From eac423cea96928d8d92911322ab8c158d4ef3bf5 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 28 Jan 2025 13:55:39 +0100 Subject: [PATCH] Removed empty line --- ct/prometheus-pve-exporter.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/prometheus-pve-exporter.sh b/ct/prometheus-pve-exporter.sh index ac646585..ca96e656 100644 --- a/ct/prometheus-pve-exporter.sh +++ b/ct/prometheus-pve-exporter.sh @@ -32,7 +32,6 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_info "Stopping ${APP}" systemctl stop prometheus-pve-exporter msg_ok "Stopped ${APP}"