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)
log "[I] Hibernating."
disable_lid_switch
systemctl hibernate
sudo systemctl hibernate
;;
reboot)
log "[I] Rebooting."