We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6c883 commit e09c200Copy full SHA for e09c200
codeoss-server/init-codeoss-server.sh
@@ -8,4 +8,4 @@ if [ -z "$CODEOSS_SERVER_TOKEN" ]; then
8
CODEOSS_SERVER_TOKEN=3001bbf8-a6a7-40b4-a1dc-54ca44b7314e
9
fi
10
11
-codeoss-server --host 0.0.0.0 --port $CODEOSS_SERVER_PORT --telemetry-level off --connection-token $CODEOSS_SERVER_TOKEN
+codeoss-server --host 0.0.0.0 --port "$CODEOSS_SERVER_PORT" --telemetry-level off --connection-token "$CODEOSS_SERVER_TOKEN"
0 commit comments