mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
entrypoint fix for no log
This commit is contained in:
parent
a8b97e17f6
commit
71cd2f3948
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ if [ "$DEBUG" == "1" ]; then
|
||||||
/app/go-proxy -v=$VERBOSITY -log_dir=log --stderrthreshold=0 2>> log/go-proxy.log &
|
/app/go-proxy -v=$VERBOSITY -log_dir=log --stderrthreshold=0 2>> log/go-proxy.log &
|
||||||
tail -f /dev/null
|
tail -f /dev/null
|
||||||
else
|
else
|
||||||
/app/go-proxy -v=$VERBOSITY -log_dir=log --stderrthreshold=0
|
/app/go-proxy -v=$VERBOSITY -log_dir=log --stderrthreshold=0 2>> log/go-proxy.log
|
||||||
fi
|
fi
|
Loading…
Add table
Reference in a new issue