From a2cbfc45d6f558e493272d4d8fb93c91b2a4275e Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 16 Jul 2022 14:26:34 -0400 Subject: [PATCH] firmware/templates/iiab-firmware-warn.sh: Suggest reboot --- roles/firmware/templates/iiab-firmware-warn.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/firmware/templates/iiab-firmware-warn.sh b/roles/firmware/templates/iiab-firmware-warn.sh index 77e38c71c..dd2c34dba 100644 --- a/roles/firmware/templates/iiab-firmware-warn.sh +++ b/roles/firmware/templates/iiab-firmware-warn.sh @@ -2,9 +2,8 @@ if [ -f /tmp/.fw_modified ]; then echo -e "\n\e[41;1mWiFi Firmware link(s) modified, per iiab/iiab#2853: PLEASE REBOOT!\e[0m" - # /tmp should be auto cleaned with a reboot - #echo - #echo -e "If you want this warning to stop, run: sudo rm /tmp/.fw_modified\n" + echo + echo -e "If you want this warning to stop, reboot to remove /tmp/.fw_modified\n" fi # \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red