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