privateone commited on
Commit
03afcbf
·
verified ·
1 Parent(s): 0384f1d

Update custom-entrypoint.sh

Browse files
Files changed (1) hide show
  1. custom-entrypoint.sh +4 -1
custom-entrypoint.sh CHANGED
@@ -29,7 +29,10 @@ if [ -z "$NGROK_AUTHTOKEN" ]; then
29
  fi
30
  # chmod 777 /.ngrok2/ngrok.yml
31
  echo "TOKEN : $NGROK_AUTHTOKEN"
32
- # ngrok config add-authtoken "$NGROK_AUTHTOKEN"
 
 
 
33
  # ngrok authtoken "$NGROK_AUTHTOKEN"
34
  # ngrok tls 7860 -url heather-tressy-paxton.ngrok-free.app
35
  # ngrok tcp 7860 --log=stdout &
 
29
  fi
30
  # chmod 777 /.ngrok2/ngrok.yml
31
  echo "TOKEN : $NGROK_AUTHTOKEN"
32
+
33
+ ngrok config add-authtoken "$NGROK_AUTHTOKEN"
34
+
35
+
36
  # ngrok authtoken "$NGROK_AUTHTOKEN"
37
  # ngrok tls 7860 -url heather-tressy-paxton.ngrok-free.app
38
  # ngrok tcp 7860 --log=stdout &