mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user