From 9147719b693da3096ecc5edac996dc0f46b05fe7 Mon Sep 17 00:00:00 2001 From: Johannes Malsam Date: Mon, 31 Jul 2023 16:50:50 +0200 Subject: [PATCH] fix accidental change in up.sh --- dev/env/scripts/up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/env/scripts/up.sh b/dev/env/scripts/up.sh index bd54e0d9a8..b587fc74e0 100755 --- a/dev/env/scripts/up.sh +++ b/dev/env/scripts/up.sh @@ -72,7 +72,7 @@ if [[ "$SPAWN_LOGGER" == "true" && -n "${LOG_DIR:-}" ]]; then fi log "Deploying fleetshard-sync" -shard_sync.sh apply "${MANIFESTS_DIR}/fleetshard-sync" +exec_fleetshard_sync.sh apply "${MANIFESTS_DIR}/fleetshard-sync" inject_exported_env_vars "$ACSMS_NAMESPACE" "fleetshard-sync" wait_for_container_to_appear "$ACSMS_NAMESPACE" "application=fleetshard-sync" "fleetshard-sync"