process cleanup attempt

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-12-11 14:43:29 -07:00
parent ed44ff0bc1
commit 3d5653c836
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
set -e
set -x
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
trap 'kill $(jobs -p)' EXIT
#trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
export PATH="/usr/local/lib/nodejs/bin:${PATH}"
# install deps