From 20222ea1d0b5c1a2174b0d0bd0a001b101659bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 26 Mar 2018 14:06:26 +0200 Subject: [PATCH] End list of options for rm command --- proxmox/proxmox.template.debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/proxmox.template.debian.sh b/proxmox/proxmox.template.debian.sh index a42676a..458f530 100755 --- a/proxmox/proxmox.template.debian.sh +++ b/proxmox/proxmox.template.debian.sh @@ -59,7 +59,7 @@ true > /etc/resolv.conf find /var/log -type f -iname "*.log" -delete -exec touch {} \; find /var/log -type f \( -iname "*.gz" -o -iname ".*.0" -o -iname "dmesg.*" \) -delete rm -f -- /root/.bash_history -rm -rf /var/log/journal/* +rm -rf -- /var/log/journal/* # }}}