From 11bf53332d863b4f6fb9fa887dd0b942be734a17 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Tue, 6 Dec 2022 14:32:02 +0000 Subject: test more widely --- standalone-container/src/main/sh/standalone-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone-container/src') diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh index 59a358240b6..f21144dce50 100755 --- a/standalone-container/src/main/sh/standalone-container.sh +++ b/standalone-container/src/main/sh/standalone-container.sh @@ -132,7 +132,7 @@ StartCommand() { # common setup export VESPA_SERVICE_NAME="$service" - if grep -q '"region": "cd-us-west-1"' /etc/vespa/host-admin.json; then + if grep -q 'region.*us-west' /etc/vespa/host-admin.json; then ${VESPA_HOME}/libexec/vespa/script-utils run-standalone-container "${jvm_arguments[@]}" & echo $! > "$pidfile" return -- cgit v1.2.3