Skip to content

Commit f01edde

Browse files
authored
Merge pull request #191 from baotongshi/patch-1
modify the /etc/phpmyadmin/* file's access right
2 parents 7899e91 + 0512d0c commit f01edde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ chown nobody:nogroup /var/run/php/
1717
touch /var/log/php-fpm.log
1818
chown nobody:nogroup /var/log/php-fpm.log
1919

20+
chmod 644 /etc/phpmyadmin/*
21+
2022
exec "$@"

0 commit comments

Comments
 (0)