9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
#!/usr/bin/with-contenv bash
|
||
|
||
# cleanup pid if it exists
|
||
[[ -e /config/nzbdrone.pid ]] && rm -rf /config/nzbdrone.pid
|
||
|
||
# permissions
|
||
chown -R abc:abc /opt/NzbDrone
|
||
|