From 0d0939c75041b5b22f402cc2e546e8a1f57f5549 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 20 Jun 2024 02:55:11 -0400 Subject: [PATCH] Update update print reboot needed if disabled --- update | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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."