diff options
-rw-r--r-- | debian/apt.systemd.daily | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apt.systemd.daily b/debian/apt.systemd.daily index ee772cc80..15024c892 100644 --- a/debian/apt.systemd.daily +++ b/debian/apt.systemd.daily @@ -290,7 +290,8 @@ debug_echo() fi } -check_power(){ +check_power() +{ # laptop check, on_ac_power returns: # 0 (true) System is on main power # 1 (false) System is not on main power |