From e5eb43df5c692cb33928dc23432dc5a533836e94 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Mar 2026 11:31:57 -0500 Subject: [PATCH] Update config add dev null to stop pacsatsim --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 98c40816..c4b9b497 100755 --- a/config +++ b/config @@ -566,7 +566,7 @@ elif [ "$1" = "-c" ]; then echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} > /home/pi/CubeSatSim/sim.cfg - sudo systemctl stop pacsatsim + sudo systemctl stop pacsatsim &>/dev/null sudo killall -9 java &>/dev/null sudo sed -i "s/$oldcallsign/$callsign/g" /home/pi/pi_pacsat/Debug/pacsat.config