Fix iftop not being stopped correctly (#6803)

automerge
This commit is contained in:
Sagar Dhawan 2019-11-07 17:03:15 -08:00 committed by Grimes
parent d89271528e
commit 20a52f153b
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ stopNode() {
! tmux list-sessions || tmux kill-session
declare sudo=
if sudo true; then
sudo="sudo -n"
sudo=\"sudo -n\"
fi
for pid in solana/*.pid; do