Simon Bruder
b998b9bc3f
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
120 B
Bash
Executable file
6 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
set -u
|
|
adduser -D -u $PUID deluge
|
|
chown deluge:deluge /download/ /config/
|
|
exec tini -- runsvdir /etc/service/
|