Skip to content

Commit 445aaa2

Browse files
fixup! Try later version of ngrok
1 parent 51bd26a commit 445aaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/configure-legacy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ echo $VNC_PASSWORD | vncpasswd -f > $HOME/.vnc/passwd
3131
chmod 0600 $HOME/.vnc/passwd
3232

3333
# Fourth and last, set up auth token from argument
34-
./ngrok authtoken $NGROK_AUTH_TOKEN
34+
ngrok authtoken $NGROK_AUTH_TOKEN
3535
exit

scripts/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ echo $VNC_PASSWORD | vncpasswd -f > $HOME/.vnc/passwd
3434
chmod 0600 $HOME/.vnc/passwd
3535

3636
# Fifth and last, set up auth token from argument
37-
./ngrok authtoken $NGROK_AUTH_TOKEN
37+
ngrok authtoken $NGROK_AUTH_TOKEN
3838
exit

0 commit comments

Comments
 (0)