From eabb2bf9db495394b1361a0ec49cdc8cc54e7db3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 2 Mar 2026 12:11:28 -0500 Subject: [PATCH] Update config fix pacsatsim callsign set when reset --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index c6b20f02..756baef0 100755 --- a/config +++ b/config @@ -570,6 +570,7 @@ elif [ "$1" = "-c" ]; then sudo killall -9 java &>/dev/null sudo sed -i "s/$oldcallsign/$callsign/g" /home/pi/pi_pacsat/Debug/pacsat.config + sudo sed -i "s/AMSAT/$callsign/g" /home/pi/pi_pacsat/Debug/pacsat.config sudo sed -i "s/callsign=$oldcallsign/callsign=$callsign/g" /home/pi/PacSatGround/PacSatGround.properties sudo sed -i "s/callsign=AMSAT/callsign=$callsign/g" /home/pi/PacSatGround/PacSatGround.properties sudo sed -i "s/$oldcallsign/$callsign/g" /home/pi/PacSatGround/spacecraft/PacSatSim.properties