summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2022-12-07 09:02:52 +0100
committerGitHub <noreply@github.com>2022-12-07 09:02:52 +0100
commit83114f71b32dc468dc7461963cc67dfb0ce0dea9 (patch)
tree99e4d21c02cd909a6de7ffc537e0a1f4bdb11ff2
parent56ed8aa96318742e8309b49741aa81c214fcf01a (diff)
parent11bf53332d863b4f6fb9fa887dd0b942be734a17 (diff)
Merge pull request #25135 from vespa-engine/arnej/test-new-standalone-start-more
test more widely
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh2
1 files changed, 1 insertions, 1 deletions
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