We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cf420 commit 004e9cbCopy full SHA for 004e9cb
bin/start_ngrok.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
# Why do we have a public IPv4 address but can not be reached outside of campus network?
3
BASE_DIR=/jffs
4
-nohup $BASE_DIR/bin/ngrok -log-level=info -log=/tmp/ngrok.log -config=$BASE_DIR/etc/ngrok.yml start-all &
+nohup $BASE_DIR/bin/ngrok -log-level=info -log=stdout -config=$BASE_DIR/etc/ngrok.yml start-all &
5
0 commit comments