Remove asciinema logging

This commit is contained in:
Tobias Reisinger 2024-01-16 03:23:54 +01:00
parent 3b16b3440e
commit 2e01fe5514
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 0 additions and 51 deletions

View file

@ -16,8 +16,6 @@ if [ -z "$action" ]; then
exit 1
fi
notify-send "$(user-cleaner)"
case "$action" in
backup-shutdown) _menu_shutdown_backup && systemctl poweroff -i ;;
shutdown) systemctl poweroff -i ;;