File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1855,7 +1855,7 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
18551855 source $HESTIA_INSTALL_DIR /phpmyadmin/pma.sh > /dev/null 2>&1
18561856
18571857 # limit access to /etc/phpmyadmin/
1858- chown -R root:hestiamail /etc/phpmyadmin/
1858+ chown -R root:www-data /etc/phpmyadmin/
18591859 chmod -R 640 /etc/phpmyadmin/*
18601860 chmod 750 /etc/phpmyadmin/conf.d/
18611861fi
Original file line number Diff line number Diff line change @@ -1865,7 +1865,7 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
18651865 source $HESTIA_INSTALL_DIR /phpmyadmin/pma.sh > /dev/null 2>&1
18661866
18671867 # limit access to /etc/phpmyadmin/
1868- chown -R root:hestiamail /etc/phpmyadmin/
1868+ chown -R root:www-data /etc/phpmyadmin/
18691869 chmod -R 640 /etc/phpmyadmin/*
18701870 chmod 750 /etc/phpmyadmin/conf.d/
18711871fi
You can’t perform that action at this time.
0 commit comments