Browse Source

Fix perms

Laurent Destailleur 2 years ago
parent
commit
dd8a9ac1f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev/tools/fixperms.sh

+ 1 - 0
dev/tools/fixperms.sh

@@ -24,6 +24,7 @@ fi
 if [ "x$1" = "xfix" ]
 then
 	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/*/*.sh
 	chmod g-w ./scripts/*/*.php