mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
iiab-firmware-warn.sh: Explain 'sudo rm /.fw_replaced'
This commit is contained in:
parent
e7d51c2d7a
commit
8d70a2decf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
if [ -f /.fw_replaced ]; then
|
if [ -f /.fw_replaced ]; then
|
||||||
echo -e "\n \033[31;5mWiFi Firmware has been replaced, per iiab/iiab#823.\033[0m"
|
echo -e "\n \033[31;5mWiFi Firmware has been replaced, per iiab/iiab#823.\033[0m"
|
||||||
if grep -q '^wifi_hotspot_capacity_rpi_fix:\s\+[fF]alse\b' /etc/iiab/local_vars.yml ; then
|
if grep -q '^wifi_hotspot_capacity_rpi_fix:\s\+[fF]alse\b' /etc/iiab/local_vars.yml ; then
|
||||||
echo -e " \033[31;5mYou can delete /.fw_replaced if you want these warnings to stop.\033[0m\n"
|
echo -e " \033[31;5mRun 'sudo rm /.fw_replaced' if you want these warnings to stop.\033[0m\n"
|
||||||
else
|
else
|
||||||
echo -e " \033[31;5mReboot is required to activate.\033[0m\n"
|
echo -e " \033[31;5mReboot is required to activate.\033[0m\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue