Unsterile commited on
Commit
6154b01
1 Parent(s): 68d43a3

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -3,7 +3,7 @@
3
  nginx -t
4
  service nginx start
5
 
6
- ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p3332
7
 
8
  echo "Starting VSCode Server..."
9
  /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}" &
 
3
  nginx -t
4
  service nginx start
5
 
6
+ ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p3332 &
7
 
8
  echo "Starting VSCode Server..."
9
  /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}" &