Skip to content

Commit

Permalink
Update prometheus-install.sh
Browse files Browse the repository at this point in the history
Add `version.txt`
  • Loading branch information
tteck authored Sep 3, 2024
1 parent 103ac46 commit 07895a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/prometheus-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd prometheus-${RELEASE}.linux-amd64
mv prometheus promtool /usr/local/bin/
mv consoles/ console_libraries/ /etc/prometheus/
mv prometheus.yml /etc/prometheus/prometheus.yml
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Prometheus"

msg_info "Creating Service"
Expand Down

0 comments on commit 07895a7

Please sign in to comment.