Use bash for deploy script.
This commit is contained in:
parent
8bebb7682f
commit
b2a2fdef17
|
@ -1,4 +1,4 @@
|
||||||
#!/opt/local/bin/zsh
|
#!/usr/bin/bash
|
||||||
|
|
||||||
find . -type d -exec chmod a+rx {} \;
|
find . -type d -exec chmod a+rx {} \;
|
||||||
find . -type f -exec chmod a+r {} \;
|
find . -type f -exec chmod a+r {} \;
|
||||||
|
|
Loading…
Reference in New Issue