You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ $FOUND_SYS_CLASS_POWER_SUPPLY_AC!= 1 ] && [ $BATTERY_NOT_DISCHARGING= 1 ];then
But BATTERY_NOT_DISCHARGING can only ever be set if FOUND_SYS_CLASS_POWER_SUPPLY_AC is also being set. Should FOUND_SYS_CLASS_POWER_SUPPLY_AC=1 be moved inside the "Mains" check??
The text was updated successfully, but these errors were encountered:
But
BATTERY_NOT_DISCHARGING
can only ever be set ifFOUND_SYS_CLASS_POWER_SUPPLY_AC
is also being set. ShouldFOUND_SYS_CLASS_POWER_SUPPLY_AC=1
be moved inside the "Mains" check??The text was updated successfully, but these errors were encountered: