do not recursively change permissions on datastore

This commit is contained in:
Miłosz Stocki 2020-11-26 14:13:25 +01:00
parent fe821ecfd1
commit 9e3635aec9
Signed by: osiu97
GPG Key ID: E3D1D83FA04F51D6
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ chown -R backup:backup /etc/proxmox-backup
chmod -R 700 /etc/proxmox-backup
chown -R backup:backup /var/lib/proxmox-backup
chmod -R 700 /var/lib/proxmox-backup
chown -R backup:backup /datastore
chmod -R 700 /datastore
chown backup:backup /datastore
chmod 700 /datastore
#Change postfix config
sed -i "s/smtp unix - - y - - smtp/smtp unix - - n - - smtp/g" /etc/postfix/master.cf