瀏覽代碼

Update prometheus-install.sh

correct path
tteckster 2 年之前
父節點
當前提交
775134c259
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/prometheus-install.sh

+ 1 - 1
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"