diff --git a/config b/config index 5f793cee..b9c1ba2f 100755 --- a/config +++ b/config @@ -1432,7 +1432,7 @@ elif [ "$1" = "-G" ]; then # echo "changing CubeSatSim to Pacsat mode" reboot=1 -# sudo echo "p" > /home/pi/CubeSatSim/.mode + sudo echo "p" > /home/pi/CubeSatSim/.mode # if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then # FILE=/home/pi/CubeSatSim/battery_saver # if [ -f "$FILE" ]; then @@ -1456,7 +1456,7 @@ elif [ "$1" = "-I" ]; then # echo "changing CubeSatSim to Pacsat mode" reboot=1 -# sudo echo "P" > /home/pi/CubeSatSim/.mode + sudo echo "P" > /home/pi/CubeSatSim/.mode # if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then # FILE=/home/pi/CubeSatSim/battery_saver # if [ -f "$FILE" ]; then