mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 00:18:10 +02:00
Fix missing brace in UPS section (#3070)
This commit is contained in:
parent
312eb157af
commit
0f09f5085a
@ -64,7 +64,7 @@ upsInfo=""
|
||||
if [ "${system_ups_status}" = "ONLINE" ]; then
|
||||
upsInfo="${color_gray}${upsBattery}"
|
||||
fi
|
||||
if [ "$system_ups_status}" = "ONBATT" ]; then
|
||||
if [ "${system_ups_status}" = "ONBATT" ]; then
|
||||
upsInfo="${color_red}${upsBattery}"
|
||||
fi
|
||||
if [ "${system_ups_status}" = "SHUTTING DOWN" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user