Update config change callsign in Pacsat Ground Station

pacsat-tx
Alan Johnston 1 year ago committed by GitHub
parent aeec194e8d
commit 00fff29dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -553,6 +553,8 @@ elif [ "$1" = "-c" ]; then
echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} > /home/pi/CubeSatSim/sim.cfg
sudo sed -i 's/$oldcallsign/$callsign/g' /home/pi/pi_pacsat/Debug/pacsat.config > /dev/null 2>&1
sudo sed -i "s/callsign=$oldcallsign/callsign=$callsign/g' /home/pi/PacSatGround/PacSatGround.properties'
sudo sed -i "s/$oldcallsign/$callsign/g' /home/pi/PacSatGround/spacecraft/PacSatSim.properties'
fi
if [ "$norestart" = "1" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.