modif css
This commit is contained in:
Executable → Regular
+5
-8
@@ -1,9 +1,6 @@
|
||||
#!/bin/sh
|
||||
chgrp www .
|
||||
chgrp -R www *
|
||||
sh -c "find . -type f | xargs chmod 664"
|
||||
sh -c "find ./bin -type f | xargs chmod 775"
|
||||
sh -c "find . -type d | xargs chmod 775"
|
||||
sh -c "find . -type d | xargs chmod +s"
|
||||
sh -c"umask 0002"
|
||||
chmod +x fixperms.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