Skip to content

Commit a5010ce

Browse files
committed
use soon to be deprecated token option
1 parent 9a5bcb6 commit a5010ce

File tree

1 file changed

+1
-1
lines changed
  • root/etc/services.d/openvscode-server

1 file changed

+1
-1
lines changed

root/etc/services.d/openvscode-server/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ -n "$CONNECTION_SECRET" ]; then
44
CODE_ARGS="${CODE_ARGS} --connection-secret ${CONNECTION_SECRET}"
55
echo "Using connection secret from ${CONNECTION_SECRET}"
66
elif [ -n "$CONNECTION_TOKEN" ]; then
7-
CODE_ARGS="${CODE_ARGS} --connection-token ${CONNECTION_TOKEN}"
7+
CODE_ARGS="${CODE_ARGS} --connectionToken ${CONNECTION_TOKEN}"
88
echo "Using connection token ${CONNECTION_TOKEN}"
99
else
1010
if [ ! -f "/config/.secretkey" ]; then

0 commit comments

Comments
 (0)