mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02: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…
x
Reference in New Issue
Block a user