Run socat in the background

This commit is contained in:
Michael Vines
2019-03-13 08:15:53 -07:00
parent 1d689e84f1
commit 61db74d98e
2 changed files with 2 additions and 1 deletions

View File

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