From a19483bc5bad5a31addc15518425010d853eb5cf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 22 May 2025 13:54:19 +0200 Subject: [PATCH] Update pulse.sh --- ct/pulse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pulse.sh b/ct/pulse.sh index 2bfda44c8..b72b39327 100644 --- a/ct/pulse.sh +++ b/ct/pulse.sh @@ -53,7 +53,7 @@ function update_script() { $STD npm install --unsafe-perm cd /opt/pulse-proxmox $STD npm run build:css - echo "${RELEASE}" >/opt/${APPLICATION}_version.txt + echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated Pulse to ${RELEASE}" msg_info "Setting permissions for /opt/pulse-proxmox..."