Update config don't look at output of sed on callsign

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent d74b8b7f86
commit 4afd9bba1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -548,7 +548,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}
echo $callsign $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} > /home/pi/CubeSatSim/sim.cfg 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 sudo sed -i 's/$oldcallsign/$callsign/g' /home/pi/pi_pacsat/Debug/pacsat.config > /dev/null 2>&1
fi fi
if [ "$norestart" = "1" ]; then if [ "$norestart" = "1" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.