Add exec to startup script

Removes an extra process. See #1388.
This commit is contained in:
Asher 2020-03-06 10:31:16 -06:00
parent 0b9a478289
commit c8269fb54d
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
dir="$(dirname "$(readlink -f "$0" || realpath "$0")")" dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"
"$dir/node" "$dir/out/node/entry.js" "$@" exec "$dir/node" "$dir/out/node/entry.js" "$@"