mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
6 lines
168 B
Bash
6 lines
168 B
Bash
#!/bin/bash
|
|
if [ -f /.fw_replaced ]; then
|
|
echo -e " \033[31;5mFirmware has been replaced\033[0m"
|
|
echo -e " \033[31;5mReboot is required to activate\033[0m"
|
|
fi
|
|
|