Update bootstrap.sh

This commit is contained in:
Namhyeon Go 2019-02-26 16:24:34 +09:00 committed by GitHub
parent f7a68c25dd
commit 30444145a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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