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: Clarify /tmp/.fw_modified warning

This commit is contained in:
A Holt 2022-01-10 09:49:44 -05:00 committed by GitHub
parent a85ce3c494
commit dd2bf3838f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
if [ -f /tmp/.fw_modified ]; then if [ -f /tmp/.fw_modified ]; then
echo -e "\n\e[41;1mWiFi Firmware link(s) modified, per iiab/iiab#2853: PLEASE REBOOT!\e[0m" echo -e "\n\e[41;1mWiFi Firmware link(s) modified, per iiab/iiab#2853: PLEASE REBOOT!\e[0m"
echo echo
echo -e "If you want these warnings to stop, run: sudo rm /tmp/.fw_modified\n" echo -e "If you want this warning to stop, run: sudo rm /tmp/.fw_modified\n"
fi fi
# \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red # \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red