From 1d8b8c87bdc8370440fbd682b32d22d91725c963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:39:55 +0200 Subject: [PATCH] Update prometheus-install.sh (#7126) --- install/prometheus-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/prometheus-install.sh b/install/prometheus-install.sh index afbaa7ba0..69c740e41 100644 --- a/install/prometheus-install.sh +++ b/install/prometheus-install.sh @@ -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"