fixed read for reboot

dev
alanbjohnston 5 years ago committed by GitHub
parent 6275b49b37
commit e0562f0529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,9 +154,9 @@ CubeSatSim/config -c -n
CubeSatSim/config -l -n CubeSatSim/config -l -n
echo "Would you like to reboot to complete the installation (y/n)?\n" echo "Would you like to reboot to complete the installation (y/n)?"
$read -r ANS read -r ANS
if [ "$ANS" = "y" ]; then if [ "$ANS" = "y" ]; then
@ -164,6 +164,6 @@ if [ "$ANS" = "y" ]; then
else else
echo "\nThe CubeSatSim software will start next time you reboot" echo "The CubeSatSim software will start next time you reboot"
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.