diff options
Diffstat (limited to 'deploy_compass.sh')
-rwxr-xr-x | deploy_compass.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_compass.sh b/deploy_compass.sh index a92ecea2..7d20d03a 100755 --- a/deploy_compass.sh +++ b/deploy_compass.sh @@ -1,3 +1,4 @@ +#!/bin/bash export DEPLOY_COMPASS=${DEPLOY_COMPASS-"true"} ./deploy.sh $* |