1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

firmware/templates/iiab-firmware-warn.sh: Suggest reboot

This commit is contained in:
A Holt 2022-07-16 14:26:34 -04:00 committed by GitHub
parent 6d08963634
commit a2cbfc45d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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