scripts: build.sh exits without being killed by SIGTERM
This commit is contained in:
parent
f786e97c86
commit
678eb38e18
|
@ -92,3 +92,6 @@ for PLUGIN in $(find ./plugin -mindepth 1 -maxdepth 1 -type d); do
|
|||
done
|
||||
|
||||
waitAll
|
||||
|
||||
# Reset signal trapping to avoid "Terminated: 15" at the end
|
||||
trap - SIGINT SIGTERM EXIT
|
||||
|
|
Loading…
Reference in New Issue