Tinyproxy log output is merged in Docker logs (#45)

This commit is contained in:
Quentin McGaw
2019-09-09 12:26:30 -04:00
committed by GitHub
parent bcbe9ec0ef
commit 44ae5632ef
3 changed files with 3 additions and 12 deletions

View File

@@ -391,10 +391,7 @@ if [ "$PROXY" == "on" ]; then
unset -v PROXY_PASSWORD
printf "DONE\n"
fi
printf "[INFO] Launching HTTP proxy TinyProxy..."
tinyproxy
exitOnError $?
printf "DONE\n"
tinyproxy -d &
fi
############################################