summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-15 07:37:02 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-15 07:37:02 +0000
commit6693029e1d0fb5be565a1774080d8a8128c38e25 (patch)
treed8b88ccb052ddd1ba62917861c24ee89dfaa4932 /standalone-container
parenta5dc4e9c1cf0ecba44a5eebe6e5e003f2e813076 (diff)
always use new "go" version of standalone container startup
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 f21144dce50..56ceab18dac 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.*us-west' /etc/vespa/host-admin.json; then
+ if true; then
${VESPA_HOME}/libexec/vespa/script-utils run-standalone-container "${jvm_arguments[@]}" &
echo $! > "$pidfile"
return