aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
diff options
context:
space:
mode:
authorDan <dansonlinepresence@gmail.com>2023-08-18 20:57:11 -0400
committerDan <dansonlinepresence@gmail.com>2023-08-18 21:09:27 -0400
commit453a5ac1d0ad93ee16489854cebda49b7d2ebbf3 (patch)
treeb1ca583e86f8dd4f92e64d5ab2488784945145ab /webui.sh
parent541ef9247cfe8785c12f7142ad02cd5310fc5925 (diff)
run python unbuffered so output shows up in docker logs
Diffstat (limited to 'webui.sh')
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index cb8b9d14..781aa734 100755
--- a/webui.sh
+++ b/webui.sh
@@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
printf "Launching launch.py..."
printf "\n%s\n" "${delimiter}"
prepare_tcmalloc
- "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
+ "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
fi
if [[ ! -f tmp/restart ]]; then