diff --git a/entrypoint.sh b/entrypoint.sh index 9c3cbce..f86f61c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,9 +48,9 @@ fi # disable qlog if DEBUG_ENABLE_QLOG is empty if [ -z "$DEBUG_ENABLE_QLOG" ]; then - warp-cli debug qlog disable + warp-cli --accept-tos debug qlog disable else - warp-cli debug qlog enable + warp-cli --accept-tos debug qlog enable fi # start the proxy