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