From 775134c2595cc96aa669410207fef32519dce598 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Apr 2023 21:40:43 -0400 Subject: [PATCH] Update prometheus-install.sh correct path --- install/prometheus-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/prometheus-install.sh b/install/prometheus-install.sh index 4d3d77a2..118241fd 100644 --- a/install/prometheus-install.sh +++ b/install/prometheus-install.sh @@ -60,5 +60,5 @@ root msg_info "Cleaning up" $STD apt-get autoremove $STD apt-get autoclean -rm -rf /root/prometheus-${RELEASE}.linux-amd64 /root/prometheus-${RELEASE}.linux-amd64.tar.gz +rm -rf ../prometheus-${RELEASE}.linux-amd64 ../prometheus-${RELEASE}.linux-amd64.tar.gz msg_ok "Cleaned"