diff --git a/entrypoint.sh b/entrypoint.sh index ab5887a..fc54d9a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ fi sudo dbus-daemon --config-file=/usr/share/dbus-1/system.conf # start the daemon -sudo warp-svc & +sudo warp-svc --accept-tos & # sleep to wait for the daemon to start, default 2 seconds sleep "$WARP_SLEEP"