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