Fix perms
This commit is contained in:
parent
0bfa7a2a8f
commit
dd8a9ac1f7
@ -24,6 +24,7 @@ fi
|
|||||||
if [ "x$1" = "xfix" ]
|
if [ "x$1" = "xfix" ]
|
||||||
then
|
then
|
||||||
find ./htdocs -type f -iname "*.php" -exec chmod a-x {} \;
|
find ./htdocs -type f -iname "*.php" -exec chmod a-x {} \;
|
||||||
|
find ./htdocs/install/ -type d -exec chmod ug+rw {} \;
|
||||||
chmod a+x ./scripts/*/*.php
|
chmod a+x ./scripts/*/*.php
|
||||||
chmod a+x ./scripts/*/*.sh
|
chmod a+x ./scripts/*/*.sh
|
||||||
chmod g-w ./scripts/*/*.php
|
chmod g-w ./scripts/*/*.php
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user