From b1a5f3d704dc5af9da3b3ef7c43dadcbcd1bf2fc Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 24 Sep 2021 11:14:38 +0200 Subject: [PATCH] --- cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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