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"