Everthing working. Commits after this use the new script
This commit is contained in:
parent
e5de2cad8c
commit
5cf082b884
|
@ -9,4 +9,7 @@ export ONIONR_HOME=${ONIONR_HOME:=/etc/onionr}
|
|||
export LOG_DIR=${LOG_DIR:=/var/log/onionr}
|
||||
|
||||
cd "$OUTPUT_DIR/onionr"
|
||||
exec su onionr -s /bin/sh -c "python3.7 onionr.py ""$@"""
|
||||
|
||||
command="python3.7 onionr.py '$@'"
|
||||
echo $command
|
||||
exec su onionr -s /bin/sh -c "$command"
|
||||
|
|
Loading…
Reference in New Issue