Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 07895a7

Browse files
authored
Update prometheus-install.sh
Add `version.txt`
1 parent 103ac46 commit 07895a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/prometheus-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ cd prometheus-${RELEASE}.linux-amd64
2929
mv prometheus promtool /usr/local/bin/
3030
mv consoles/ console_libraries/ /etc/prometheus/
3131
mv prometheus.yml /etc/prometheus/prometheus.yml
32+
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
3233
msg_ok "Installed Prometheus"
3334

3435
msg_info "Creating Service"

0 commit comments

Comments
 (0)