Compare commits
No commits in common. "76506bcbfd75813f968cc38d43551e4ae5d858b1" and "d82a6cc91c981a1c203f564deae266219daf9745" have entirely different histories.
76506bcbfd
...
d82a6cc91c
@ -60,7 +60,7 @@ EOF
|
||||
msg_ok "Created .env file"
|
||||
|
||||
msg_info "Setting permissions for /opt/pulse-proxmox..."
|
||||
chown -R pulse:pulse "/opt/pulse-proxmox"
|
||||
chown -R ${PULSE_USER}:${PULSE_USER} "/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user