diff --git a/distillery/system_update.sh b/distillery/system_update.sh index 8b5727e..44d4cf9 100755 --- a/distillery/system_update.sh +++ b/distillery/system_update.sh @@ -12,9 +12,6 @@ update_stack "$DEPLOY_WEB_DIR" log_info "=> Rebuilding and restarting 'self' stack" update_stack "$DEPLOY_SELF_DIR" -log_info "=> Rebuilding and restarting 'resolver' stack" -update_stack "$DEPLOY_RESOLVER_DIR" - # build and start the ssh server log_info "=> Rebuilding and restarting 'ssh' stack" update_stack "$DEPLOY_SSH_DIR" @@ -28,6 +25,10 @@ log_info "=> Rebuilding and restarting 'sql' stack" update_stack "$DEPLOY_SQL_DIR" log_info " => Updating Prefix Config" +cd "$DIR" bash update_prefix_config.sh +log_info "=> Rebuilding and restarting 'resolver' stack" +update_stack "$DEPLOY_RESOLVER_DIR" + log_info "=> System up-to-date. " \ No newline at end of file