From 23cd4573697554b4758e68cd96dddaade4b0754a Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 3 Feb 2023 22:35:05 +0100 Subject: [PATCH] ## KILL ALL REMAINING nc --- 20h12.process.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/20h12.process.sh b/20h12.process.sh index ddc47ee4..b587915f 100755 --- a/20h12.process.sh +++ b/20h12.process.sh @@ -63,6 +63,8 @@ espeak "20 12 Storm & Thunder duration was $dur seconds" > /dev/null 2>&1 espeak "Restarting Astroport Station API" > /dev/null 2>&1 ## CLOSING API PORT [[ -s ~/.zen/.pid ]] && kill -9 $(cat ~/.zen/.pid) +## KILL ALL REMAINING nc +killall nc ## OPEN API ENGINE ~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log & PID=$!