mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 13:19:20 -06:00
update node.js launch options
should help with squadjs getting an error on the RCON connection. option will exit the entire process upon an unhandled promise rejection. this will allow a restart with docker.
This commit is contained in:
parent
817310e033
commit
a099c66257
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
printf "Starting SquadJS...\n"
|
printf "Starting SquadJS...\n"
|
||||||
sleep 10
|
sleep 10
|
||||||
/usr/bin/node ./index.js
|
/usr/bin/node --unhandled-rejections=strict ./index.js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user