소스 검색

Update prometheus-install.sh

tteckster 3 년 전
부모
커밋
fb4781cbb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/prometheus-install.sh

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