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