modified: start.sh

Fix working directory
This commit is contained in:
Jonathan Ervine 2020-06-06 21:33:32 +08:00
parent 7955ad8247
commit 4f6f359524

View File

@ -5,4 +5,4 @@
addgroup -g $GID $USER addgroup -g $GID $USER
adduser -D -u $UID -G $USER -H $USER adduser -D -u $UID -G $USER -H $USER
chown -R $UID:$GID /nzbhydra chown -R $UID:$GID /nzbhydra
su - $USER -c "/usr/bin/python3 nzbhydra2wrapperPy3.py --nobrowser --datafolder=/config/" su - $USER -c "cd /nzbhydra; /usr/bin/python3 nzbhydra2wrapperPy3.py --nobrowser --datafolder=/config/"