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 9a5bcb6 commit a5010ceCopy full SHA for a5010ce
root/etc/services.d/openvscode-server/run
@@ -4,7 +4,7 @@ if [ -n "$CONNECTION_SECRET" ]; then
4
CODE_ARGS="${CODE_ARGS} --connection-secret ${CONNECTION_SECRET}"
5
echo "Using connection secret from ${CONNECTION_SECRET}"
6
elif [ -n "$CONNECTION_TOKEN" ]; then
7
- CODE_ARGS="${CODE_ARGS} --connection-token ${CONNECTION_TOKEN}"
+ CODE_ARGS="${CODE_ARGS} --connectionToken ${CONNECTION_TOKEN}"
8
echo "Using connection token ${CONNECTION_TOKEN}"
9
else
10
if [ ! -f "/config/.secretkey" ]; then
0 commit comments