From 8a16553a99245f3123781972eccb027bae01b88d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 8 Feb 2025 10:28:38 -0500 Subject: [PATCH] Update fctelem.sh move sudo to fctelem --- groundstation/fctelem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index fa45b5f3..d448ca6e 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -68,7 +68,7 @@ setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update cd /home/pi/fctelem -./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py & +sudo ./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py & # sleep 10