From 4fb59114006e10ca7089708f5b93c4ff4dbed24f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 22 May 2025 13:13:46 +0200 Subject: [PATCH] Update pulse-install.sh --- install/pulse-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pulse-install.sh b/install/pulse-install.sh index 7d2b1eb..6556a29 100644 --- a/install/pulse-install.sh +++ b/install/pulse-install.sh @@ -60,7 +60,7 @@ EOF msg_ok "Created .env file" msg_info "Setting permissions for /opt/pulse-proxmox..." -chown -R ${PULSE_USER}:${PULSE_USER} "/opt/pulse-proxmox" +chown -R pulse:pulse "/opt/pulse-proxmox" find "/opt/pulse-proxmox" -type d -exec chmod 755 {} \; find "/opt/pulse-proxmox" -type f -exec chmod 644 {} \; chmod 600 /opt/pulse-proxmox/.env