Create bootstrap.sh
This commit is contained in:
parent
090a22761f
commit
e4cc01face
4
bootstrap.sh
Normal file
4
bootstrap.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
find . -type d -exec chmod 0755 {} \;
|
||||
find . -type f -exec chmod 0644 {} \;
|
||||
cp ./storage/helloworld.htaccess.txt ./.htaccess
|
Loading…
Reference in New Issue
Block a user