Skip to content

Commit

Permalink
fix issue with make stop
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and wizeguyy committed Jan 25, 2023
1 parent b719e73 commit 3592f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ endif

stop:
ifeq ($(shell uname -s), $(filter $(shell uname -s), Darwin Linux))
@if pgrep quai; then pkill -f ./build/bin/go-quai; fi
@-pkill -f ./build/bin/go-quai;
@while pgrep quai >/dev/null; do \
echo "Stopping all Quai Network nodes, please wait until terminated."; \
sleep 3; \
Expand Down

0 comments on commit 3592f5e

Please sign in to comment.