From d49eb76efa612765b533e237fcdb43e6fe910daf Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 21 Jul 2022 19:12:48 -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 7801c8e2..0dc26dff 100644 --- a/setup/grocy-install.sh +++ b/setup/grocy-install.sh @@ -114,5 +114,5 @@ msg_ok "Customized Container" msg_info "Cleaning up" apt-get autoremove >/dev/null apt-get autoclean >/dev/null -rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/latest +rm -rf /root/latest msg_ok "Cleaned"