Update some configs
This commit is contained in:
parent
ffceab7873
commit
f0c444ce6c
4 changed files with 12 additions and 10 deletions
.bin
|
@ -17,10 +17,10 @@ if [ -z "$action" ]; then
|
|||
fi
|
||||
|
||||
case "$action" in
|
||||
backup-shutdown) _menu_shutdown_backup && systemctl poweroff -i ;;
|
||||
shutdown) systemctl poweroff -i ;;
|
||||
reboot) systemctl reboot ;;
|
||||
soft-reboot) systemctl soft-reboot ;;
|
||||
logout) systemctl --user exit ;;
|
||||
autostart) autostart-manage run ;;
|
||||
*) ;; esac
|
||||
"backup-shutdown") _menu_shutdown_backup && systemctl poweroff -i ;;
|
||||
"shutdown") systemctl poweroff -i ;;
|
||||
"reboot") systemctl reboot ;;
|
||||
"soft-reboot") systemctl soft-reboot ;;
|
||||
"logout") systemctl --user exit ;;
|
||||
"autostart") autostart-manage run ;;
|
||||
"*") ;; esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue