justest commited on
Commit
9340203
·
1 Parent(s): 05d4a34

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -1
start_server.sh CHANGED
@@ -6,4 +6,5 @@ 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 \"${@}\" --
 
 
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 \"${@}\" --