diff --git a/cleanup.sh b/cleanup.sh index 99f7fd9..d19a37f 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -11,4 +11,4 @@ truncate -s0 $HOME/.bash_history find /var/log -type f -exec truncate -s0 '{}' '+' dd if=/dev/zero of=/emptyfile oflag=dsync status=progress bs=4M; rm -f /emptyfile; -poweroff +systemctl poweroff