fix fixperm
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
chown -R 1000:www-data .
|
chown -R webdev:www-data .
|
||||||
find . -type f -exec chmod 664 {} \;
|
find . -type f -exec chmod 664 {} \;
|
||||||
find ./bin -type f -exec chmod 775 {} \;
|
find ./bin -type f -exec chmod 775 {} \;
|
||||||
find . -type d -exec chmod 775 {} \;
|
find . -type d -exec chmod 775 {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user