We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb9ef5 commit 18030c3Copy full SHA for 18030c3
scripts/mina-local-network/mina-local-network.sh
@@ -4,7 +4,7 @@ set -x
4
# Exit script when commands fail
5
set -e
6
# Kill background process when script exits
7
-trap "killall background" EXIT
+trap "jobs -p | xargs kill" EXIT
8
9
# ================================================
10
# Constants
0 commit comments