process cleanup attempt
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
3d5653c836
commit
6ace7a4710
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
trap 'kill $(jobs -p)' EXIT
|
||||
trap 'sudo kill $(jobs -p)' EXIT
|
||||
#trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
|
||||
|
||||
export PATH="/usr/local/lib/nodejs/bin:${PATH}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue