summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-06-04 13:52:55 +0200
committerGitHub <noreply@github.com>2018-06-04 13:52:55 +0200
commit4041b5ad7f9e1d1ee1acc1a1db055089a48bcfc4 (patch)
tree1d826685c6531f2921f6853966fd05c7088245a3 /config-proxy
parent2d90dc15072147114defb8a21c00c7352cdc0920 (diff)
parentf5c63b22a4cd5018af37a677b375f9e4ef8e4c2f (diff)
Merge pull request #6048 from vespa-engine/toregge/use-bash-interpreter-for-ubuntu-port
Scripts using bash extensions should use bash as interpreter.
Diffstat (limited to 'config-proxy')
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh
index cc88df0af37..8d88281207c 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl.sh
+++ b/config-proxy/src/main/sh/vespa-config-ctl.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# BEGIN environment bootstrap section