modified: start.sh
Fix working directory
This commit is contained in:
parent
7955ad8247
commit
4f6f359524
2
start.sh
2
start.sh
@ -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/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user