summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-06-01 09:05:30 +0000
committerTor Egge <Tor.Egge@oath.com>2018-06-01 09:05:30 +0000
commitf5c63b22a4cd5018af37a677b375f9e4ef8e4c2f (patch)
treec6933170cd47028000c21145ddf1ecceee1157e4 /config-proxy
parent5c57852b26126d72b080fb6e0893dc3d633c28c1 (diff)
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