Skip to content

Commit

Permalink
add --accept-tos when edit qlog settings, fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj2002 authored Dec 10, 2024
1 parent 1f75fb6 commit fc0c8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc0c8c6

Please sign in to comment.