From 7538cadc5813b9779fd8a6b2ae3887b58788c0bd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 29 Jun 2021 15:38:00 -0400 Subject: [PATCH] try update without forced reboot --- update | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/update b/update index c0c6a146..c8e7318f 100755 --- a/update +++ b/update @@ -109,19 +109,19 @@ if [ ! -d "/home/pi/PiSSTVpp" ]; then cp /home/pi/CubeSatSim/sstv/sstv_image_2_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg fi - echo "You need to reboot to complete this update. Reboot now (y/n)?" +# echo "You need to reboot to complete this update. Reboot now (y/n)?" - read -r ANS +# read -r ANS - if [ "$ANS" = "y" ]; then +# if [ "$ANS" = "y" ]; then - sudo reboot now +# sudo reboot now - else +# else - echo "The CubeSatSim software may not work correctly until you reboot." +# echo "The CubeSatSim software may not work correctly until you reboot." - fi +# fi fi