set perms on phpMyAdmin

This commit is contained in:
Matthew Saunders Brown 2021-04-21 10:42:13 -07:00
parent 2b977515e4
commit 3907cea1dd

View File

@ -174,7 +174,8 @@ echo "\$cfg['SaveDir'] = '';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php
echo "\$cfg['TempDir'] = '/tmp';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php
echo "\$cfg['PmaNoRelation_DisableWarning'] = true;" >> phpMyAdmin-5.1.0-all-languages/config.inc.php
mv phpMyAdmin-5.1.0-all-languages /srv/www/html/phpMyAdmin
## chown -R /srv/www/html/phpMyAdmin ???
find /srv/www/html/phpMyAdmin -type d -exec chmod 755 {} +
find /srv/www/html/phpMyAdmin -type f -exec chmod 644 {} +