mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 01:23:50 +02:00
Make symlinking the entry script work
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# code-server.sh -- Run code-server with the bundled Node binary.
|
# code-server.sh -- Run code-server with the bundled Node binary.
|
||||||
|
|
||||||
cd "$(dirname "$0")" || exit 1
|
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
|
||||||
|
|
||||||
./node ./out/node/entry.js "$@"
|
./node ./out/node/entry.js "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user