summaryrefslogtreecommitdiffstats
path: root/standalone-container/src/main/sh/standalone-container.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container/src/main/sh/standalone-container.sh')
-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