diff options
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-x | deploy/launch.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 488e0fd7..fe16dd5b 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -67,6 +67,10 @@ if [[ -z "$REDEPLOY_HOST" || "$REDEPLOY_HOST" == "false" ]]; then if ! set_compass_machine; then log_error "set_compass_machine fail" fi + + # FIXME: refactor compass adapter and conf code, instead of doing + # hack conf injection. + inject_compass_conf fi if [[ "$DEPLOY_HOST" == "true" || $REDEPLOY_HOST == "true" ]]; then |