aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-19 08:03:19 +0300
committerGitHub <noreply@github.com>2023-08-19 08:03:19 +0300
commitca72db23d2caeea0c6db915a1050a7dca6082d5d (patch)
treefa3cd9ec6c47569cc27e554ad64c34dbfadd6bd0
parente4a2a705add678dfd55dc4e9e2103b2554579b4f (diff)
parent453a5ac1d0ad93ee16489854cebda49b7d2ebbf3 (diff)
Merge pull request #12660 from dansgithubuser/fork
Get python print statements to show up in docker logs
-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