diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 83dc698..cacd11f 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,4 +1,4 @@ -#!/opt/local/bin/zsh +#!/usr/bin/bash find . -type d -exec chmod a+rx {} \; find . -type f -exec chmod a+r {} \;