Fix oops.
This commit is contained in:
parent
9abaeecf62
commit
ef23bed60b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue