please stop the process will you
This commit is contained in:
parent
7469e8ae5a
commit
d9f15945ca
|
@ -3,7 +3,7 @@
|
|||
source "${BASH_SOURCE%/*}/daemon/common.bash"
|
||||
build_log="/tmp/treehouse_build.log"
|
||||
|
||||
trap 'kill 0' EXIT
|
||||
trap 'trap - SIGTERM && kill 0' SIGTERM SIGINT EXIT
|
||||
|
||||
rm -f $reload_fifo
|
||||
mkfifo $reload_fifo
|
||||
|
|
Loading…
Reference in a new issue