code -server scrip: apply shellcheck

This commit is contained in:
Martin Aeschlimann
2022-03-16 14:52:23 +01:00
parent 4a8f00b9c4
commit 1d05818236
2 changed files with 7 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ case "$1" in
--inspect*) INSPECT="$1"; shift;;
esac
ROOT=$(dirname $(dirname $(readlink -f $0)))
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"