Update bootstrap.sh
This commit is contained in:
parent
f7a68c25dd
commit
30444145a9
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
find . -type d -exec chmod 0755 {} \;
|
||||
find . -type f -exec chmod 0644 {} \;
|
||||
cp ./storage/helloworld.htaccess.txt ./.htaccess
|
||||
cp ./storage/example/_.htaccess ./.htaccess
|
||||
|
|
Loading…
Reference in New Issue
Block a user