Update start_server.sh
Browse files- 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 \"${@}\" --
|