justest commited on
Commit
714a8e3
·
1 Parent(s): 9340203

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -2
start_server.sh CHANGED
@@ -6,5 +6,4 @@ nginx -c $PWD/nginx.conf
6
 
7
  echo "Starting VSCode Server..."
8
 
9
- #exec /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 5050 --without-connection-token \"${@}\" --
10
- exec /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 5050 \"${@}\" --
 
6
 
7
  echo "Starting VSCode Server..."
8
 
9
+ exec /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 5050 --without-connection-token \"${@}\" --