Skip to content

Commit 72e90f7

Browse files
authored
Merge pull request #4838 from harmony-one/fix/kill-deploy
Proper deploy.sh termination
2 parents e4ce1ac + 41caa6c commit 72e90f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ debug:
8888
debug-kill:
8989
bash ./test/kill_node.sh
9090
pkill -9 -f debug.sh
91+
pkill -9 -f deploy.sh
9192

9293
debug-ext:
9394
# add VERBOSE=true before bash or run `export VERBOSE=true` on the shell level for have max logging

0 commit comments

Comments
 (0)