diff options
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-x | deploy/launch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 348d11e2..80e78538 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -62,6 +62,8 @@ if [[ "$DEPLOY_COMPASS" == "true" ]]; then log_error "launch_compass failed" exit 1 fi +else + refresh_compass_core fi if [[ -z "$REDEPLOY_HOST" || "$REDEPLOY_HOST" == "false" ]]; then |