Fix hibernate

This commit is contained in:
2019-07-04 14:34:58 +02:00
parent fae439ebd5
commit 18c46aa34a

View File

@@ -79,7 +79,7 @@ case "$signal" in
hibernate) hibernate)
log "[I] Hibernating." log "[I] Hibernating."
disable_lid_switch disable_lid_switch
systemctl hibernate sudo systemctl hibernate
;; ;;
reboot) reboot)
log "[I] Rebooting." log "[I] Rebooting."