From fc0c8c625dc421bbe29c235c79bea18d07be2510 Mon Sep 17 00:00:00 2001 From: Cao Mingjun Date: Tue, 10 Dec 2024 19:30:03 +0800 Subject: [PATCH] add `--accept-tos` when edit qlog settings, fix #44 --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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