Kill all node processes (blockexplorer)

This commit is contained in:
Michael Vines 2019-03-21 21:08:47 -07:00 committed by Grimes
parent 06b0c98c75
commit ed8bada439
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ stopNode() {
pgid=\$(ps opgid= \$(cat \$pid) | tr -d '[:space:]')
sudo kill -- -\$pgid
done
for pattern in solana- remote-; do
for pattern in node solana- remote-; do
pkill -9 \$pattern
done
"