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:
parent
6d08963634
commit
a2cbfc45d6
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue