Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +2 -1
custom-entrypoint.sh
CHANGED
|
@@ -28,7 +28,8 @@ if [ -z "$NGROK_AUTHTOKEN" ]; then
|
|
| 28 |
exit 1
|
| 29 |
fi
|
| 30 |
echo "TOKEN : $NGROK_AUTHTOKEN"
|
| 31 |
-
ngrok config add-authtoken "$NGROK_AUTHTOKEN"
|
|
|
|
| 32 |
ngrok turn 7860 --url=heather-tressy-paxton.ngrok-free.app
|
| 33 |
# ngrok tcp 7860 --log=stdout &
|
| 34 |
NGROK_PID=$!
|
|
|
|
| 28 |
exit 1
|
| 29 |
fi
|
| 30 |
echo "TOKEN : $NGROK_AUTHTOKEN"
|
| 31 |
+
# ngrok config add-authtoken "$NGROK_AUTHTOKEN"
|
| 32 |
+
ngrok authtoken "$NGROK_AUTHTOKEN"
|
| 33 |
ngrok turn 7860 --url=heather-tressy-paxton.ngrok-free.app
|
| 34 |
# ngrok tcp 7860 --log=stdout &
|
| 35 |
NGROK_PID=$!
|