Update bootstrap.sh
This commit is contained in:
parent
972dd24c2b
commit
53b5bb581c
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
find . -type d -exec chmod 0755 {} \;
|
#find . -type d -exec chmod 0755 {} \;
|
||||||
find . -type f -exec chmod 0644 {} \;
|
#find . -type f -exec chmod 0644 {} \;
|
||||||
|
chmod -R u+rwX,go+rX,go-w .
|
||||||
cp ./storage/example/_.htaccess ./.htaccess
|
cp ./storage/example/_.htaccess ./.htaccess
|
||||||
|
|
Loading…
Reference in New Issue
Block a user