summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-06 14:32:02 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-06 14:32:02 +0000
commit11bf53332d863b4f6fb9fa887dd0b942be734a17 (patch)
treeb01590869d33925e0f00369098ccfa317bed8275 /standalone-container
parentb01ebe82c392cd08c2cfe736049ad3d61d91e2b5 (diff)
test more widely
Diffstat (limited to 'standalone-container')
-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