a bunch of updates
This commit is contained in:
parent
775a72f204
commit
a84395e4d4
9 changed files with 347 additions and 23 deletions
|
@ -10,9 +10,9 @@ if [ ${#option} -gt 0 ]
|
|||
then
|
||||
case $option in
|
||||
Suspend)
|
||||
$LOCKER && systemctl suspend
|
||||
systemctl suspend
|
||||
;;
|
||||
Reboot)
|
||||
Restart)
|
||||
systemctl reboot
|
||||
;;
|
||||
Lock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue