From 5ef6f3c9940ffd7fc3258824580d033bb49b31d8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 25 May 2026 11:23:51 -0400 Subject: [PATCH] Update pacsat.sh fix sed escaping --- groundstation/pacsat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 271dd9d4..98db1434 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -108,7 +108,7 @@ elif [ "$loopback" = "1" ] ; then unzip PacSatGround.zip -d PacSatGroundLoop sudo rm PacSatGround.zip - sudo sed -i 's/logfile_dir=/home/pi/PacSatGround/logfile_dir=/home/pi/PacSatGroundLoop/g' /home/pi/PacSatGroundLoop/PacSatGround.properties + sudo sed -i 's/logfile_dir=\/home\/pi\/PacSatGround/logfile_dir=\/home\/pi\/PacSatGroundLoop/g' /home/pi/PacSatGroundLoop/PacSatGround.properties FILE=/home/pi/Desktop/PacsatGround/spacecraft/PacSatSim.properties if [ -f "$FILE" ]; then