From 60d3aa112e68f2a5c9a309d2cf26f3250610bf01 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 11 Oct 2021 10:45:37 -0400 Subject: [PATCH] nohup run Gpredict so window closes --- groundstation/loc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/groundstation/loc.sh b/groundstation/loc.sh index 5a227a37..5a1b6881 100755 --- a/groundstation/loc.sh +++ b/groundstation/loc.sh @@ -7,4 +7,7 @@ sudo killall -9 gpredict &>/dev/null python3 /home/pi/CubeSatSim/groundstation/loc-foxtelem.py -/usr/bin/gpredict +#/usr/bin/gpredict + +nohup /usr/bin/gpredict /dev/null 2>&1 & +