Drop socat for iptables

This commit is contained in:
Michael Vines
2019-03-13 09:57:35 -07:00
parent c20d60e4cf
commit 07d6212d18
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
}