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 4e6f6bc commit 8c47ba2Copy full SHA for 8c47ba2
ci/code-server.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
# code-server.sh -- Run code-server with the bundled Node binary.
3
4
-cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
+dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"
5
6
-./node ./out/node/entry.js "$@"
+"$dir/node" "$dir/out/node/entry.js" "$@"
0 commit comments