1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/firmware/templates/iiab-firmware-warn.sh

10 lines
334 B
Bash
Raw Normal View History

2020-08-02 18:36:56 +00:00
#!/bin/bash
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
echo -e "If you want this warning to stop, run: sudo rm /tmp/.fw_modified\n"
2020-08-02 18:36:56 +00:00
fi
# \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red