Update 'CMS/none/conf.sh'

This commit is contained in:
Bram Prieshof
2021-05-27 12:49:17 +02:00
parent b94a84bb84
commit ad5411b8cb

View File

@@ -14,10 +14,10 @@ groupadd "$sitename"
useradd -g "$sitename" "$sitename" useradd -g "$sitename" "$sitename"
systemctl reload $phpFPMService systemctl reload $phpFPMService
fi
#Setting Permsissions #Setting Permsissions
chown "$sitename":"$sitename" -R /var/www/"$domain"/html chown "$sitename":"$sitename" -R /var/www/"$domain"/html
fi
if [ "$shortdist" = "el8" ]; then if [ "$shortdist" = "el8" ]; then
#Setting SeLiux perms for centos #Setting SeLiux perms for centos