darwin server scripts: apply shellcheck

This commit is contained in:
Martin Aeschlimann
2022-04-25 14:57:47 +02:00
parent 931997875e
commit 0c598d076b
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ realdir() {
echo "$( cd -P "$(dirname "$SOURCE")" >/dev/null 2>&1 && pwd )"
}
ROOT=$(dirname "$(realdir "$0")")
ROOT="$(dirname "$(realdir "$0")")"
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"