Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -6,7 +6,7 @@ set -e
|
|
| 6 |
# Set a default value for WARP_SLEEP if not set
|
| 7 |
: "${WARP_SLEEP:=2}"
|
| 8 |
|
| 9 |
-
# Start the WARP daemon in the background
|
| 10 |
echo "Starting WARP service..."
|
| 11 |
warp-svc --accept-tos &
|
| 12 |
|
|
|
|
| 6 |
# Set a default value for WARP_SLEEP if not set
|
| 7 |
: "${WARP_SLEEP:=2}"
|
| 8 |
|
| 9 |
+
# Start the WARP daemon in the background as root
|
| 10 |
echo "Starting WARP service..."
|
| 11 |
warp-svc --accept-tos &
|
| 12 |
|