From d4b29ca3aeae584ab71b1aea2cc94c6211530882 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 18:29:39 -0400 Subject: [PATCH] Update config save time --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 1f75bffa..9749b28d 100755 --- a/config +++ b/config @@ -1595,7 +1595,7 @@ elif [ "$1" = "-M" ]; then set -- $value echo - echo -n "Current value in seconds is" + echo -n "Current value in seconds is " echo ${13} echo @@ -1619,8 +1619,8 @@ elif [ "$1" = "-M" ]; then echo -e "\nCubeSatSim configuration sim.cfg file updated to: \n" - echo $1 $resets $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} ${13} - echo $1 $resets $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} ${13} > /home/pi/CubeSatSim/sim.cfg + echo $1 $resets $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} $time + echo $1 $resets $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} $time > /home/pi/CubeSatSim/sim.cfg fi if [ "$norestart" = "1" ]; then