mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
#707 shutdown info on LCD
This commit is contained in:
parent
5153d68e01
commit
7d97699116
@ -24,6 +24,9 @@ fi
|
||||
if [ "${upsStatus}" = "ONBATT" ]; then
|
||||
upsInfo="${color_red}${upsBattery}"
|
||||
fi
|
||||
if [ "${upsStatus}" = "SHUTTING DOWN" ]; then
|
||||
upsInfo="${color_red}DOWN"
|
||||
fi
|
||||
|
||||
# check hostname
|
||||
if [ ${#hostname} -eq 0 ]; then hostname="raspiblitz"; fi
|
||||
|
Loading…
Reference in New Issue
Block a user