Update prometheus-install.sh (#7126)

This commit is contained in:
Slaviša Arežina 2025-08-23 16:39:55 +02:00 committed by GitHub
parent acfcf98273
commit 1d8b8c87bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@ msg_info "Installing Prometheus"
mkdir -p /etc/prometheus
mkdir -p /var/lib/prometheus
mv /usr/local/bin/prometheus.yml /etc/prometheus/prometheus.yml
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Prometheus"
msg_info "Creating Service"