Fixed php session save permission problem

This commit is contained in:
2021-11-25 14:20:16 +01:00
parent 9b448938bf
commit 39724043fe
13 changed files with 44 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/CMS/Backen
sed -i 's/PHPver/'$phpver'/' "$phpPoolDir"/Backend.conf
groupadd Backend
useradd -g Backend Backend
usermod -a -G www-data Backend
#PHPMyAdmin configuration
touch /var/log/PhpMyAdmin/PhpMyAdmin_auth.log
chown Backend:Backend -R /usr/share/phpmyadmin