Browse Source

Passing sigterm commands to node

develop
Drew Short 4 years ago
parent
commit
9b823da608
  1. 5
      entrypoint.sh

5
entrypoint.sh

@ -11,9 +11,8 @@ echo "Running build version: $(cat build.info)"
case $1 in
run)
echo "Baphomet Starting..."
node index.js
echo "...Baphomet Shutdown"
echo "Starting Baphomet..."
exec node index.js
;;
*)
echo "\"$1\" is an unrecognized command"

Loading…
Cancel
Save