Drop socat for iptables

This commit is contained in:
Michael Vines
2019-03-13 09:57:35 -07:00
parent 61db74d98e
commit 5d27f221f7
4 changed files with 11 additions and 13 deletions

View File

@ -409,7 +409,6 @@ stopNode() {
for pattern in solana- remote-; do
pkill -9 \$pattern
done
sudo killall socat
"
) || true
}