LoremPizza commited on
Commit
08fede4
·
verified ·
1 Parent(s): be45fdf

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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