From fb4781cbb7159a6d16190520259663d3bca58ec4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 30 Jun 2022 06:53:09 -0400 Subject: [PATCH] Update prometheus-install.sh --- setup/prometheus-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/prometheus-install.sh b/setup/prometheus-install.sh index 884e2deb..87338f49 100644 --- a/setup/prometheus-install.sh +++ b/setup/prometheus-install.sh @@ -118,5 +118,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/* +rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/prometheus-2.36.2.linux-amd64 /root/prometheus-2.36.2.linux-amd64.tar.gz msg_ok "Cleaned"