Skip to content

Commit

Permalink
Revert "More specific makefile stop command"
Browse files Browse the repository at this point in the history
This reverts commit 5769a94.
  • Loading branch information
gameofpointers committed Oct 24, 2023
1 parent e0e5792 commit 97bceff
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 @@ -119,7 +119,7 @@ endif
stop:
ifeq ($(shell uname -s), $(filter $(shell uname -s), Darwin Linux))
@-pkill -f ./build/bin/go-quai;
@while pgrep ./build/bin/go-quai >/dev/null; do \
@while pgrep quai >/dev/null; do \
echo "Stopping all Quai Network nodes, please wait until terminated."; \
sleep 3; \
done;
Expand Down

0 comments on commit 97bceff

Please sign in to comment.