Removed empty line

This commit is contained in:
Andy Grunwald 2025-01-28 13:55:39 +01:00
parent 88846c6df1
commit eac423cea9
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E

View File

@ -32,7 +32,6 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
msg_info "Stopping ${APP}" msg_info "Stopping ${APP}"
systemctl stop prometheus-pve-exporter systemctl stop prometheus-pve-exporter
msg_ok "Stopped ${APP}" msg_ok "Stopped ${APP}"