Update pulse.sh

This commit is contained in:
CanbiZ 2025-05-22 13:54:19 +02:00
parent 90cd1745f2
commit a19483bc5b

View File

@ -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..."