mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 19:35:54 +00:00
Update pulse-install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user