We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bd26a commit 445aaa2Copy full SHA for 445aaa2
scripts/configure-legacy.sh
@@ -31,5 +31,5 @@ echo $VNC_PASSWORD | vncpasswd -f > $HOME/.vnc/passwd
31
chmod 0600 $HOME/.vnc/passwd
32
33
# Fourth and last, set up auth token from argument
34
-./ngrok authtoken $NGROK_AUTH_TOKEN
+ngrok authtoken $NGROK_AUTH_TOKEN
35
exit
scripts/configure.sh
@@ -34,5 +34,5 @@ echo $VNC_PASSWORD | vncpasswd -f > $HOME/.vnc/passwd
36
# Fifth and last, set up auth token from argument
37
38
0 commit comments