From 56b433b3663ee2ee94da3baa394acaf5e233b22a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 22:01:22 -0400 Subject: [PATCH] Update grocy-install.sh --- setup/grocy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/grocy-install.sh b/setup/grocy-install.sh index b9f62174..cffdefa3 100644 --- a/setup/grocy-install.sh +++ b/setup/grocy-install.sh @@ -119,5 +119,5 @@ msg_ok "Customized Container" msg_info "Cleaning up" apt-get autoremove >/dev/null apt-get autoclean >/dev/null -rm -rf /var/cache/* /var/lib/apt/lists/* /root/latest +rm -rf /var/cache/* /var/lib/apt/lists/* /var/log/!(apache2) /root/latest msg_ok "Cleaned"