diff --git a/update b/update index 4f6d2779..d877a13e 100755 --- a/update +++ b/update @@ -286,8 +286,9 @@ if [ "$noreboot" = "0" ] ; then fi fi else - - echo "Reboot disabled" + if [ $FLAG -eq 1 ]; then + echo "reboot needed for changes to take effect" + fi fi echo "CubeSatSim update complete."