Fix oops.

This commit is contained in:
fewtarius 2024-01-31 12:24:53 +00:00
parent 9abaeecf62
commit ef23bed60b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -79,7 +79,7 @@ do
[[ "${STATUS}" =~ Disch ]]
then
AUDIBLEALERT=$(get_setting system.battery.warning)
if (( ${BATLEFT} > "26" ))
if (( ${BATLEFT} < "26" ))
then
if [ "${DEVICE_LED_CONTROL}" = "true" ]
then