diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-14 13:11:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-14 13:11:01 +0000 |
commit | 770df272e18b65cab21598a8f1dcbd8efd6c7735 (patch) | |
tree | b24640ee3be45bbc122c13ae19a2f7d312d00eaf /kubernetes/oof | |
parent | a1934b577cd86ed0e67959c115f5144ab6013b20 (diff) | |
parent | 824f996a1607e37fdadb0a930036017fff813baf (diff) |
Merge "[COMMON] Fix shell scripts missing shebangs"
Diffstat (limited to 'kubernetes/oof')
-rwxr-xr-x | kubernetes/oof/components/oof-has/resources/config/healthy.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/oof/components/oof-has/resources/config/healthy.sh b/kubernetes/oof/components/oof-has/resources/config/healthy.sh index 9f5309b5d5..21296ff22a 100755 --- a/kubernetes/oof/components/oof-has/resources/config/healthy.sh +++ b/kubernetes/oof/components/oof-has/resources/config/healthy.sh @@ -1,3 +1,5 @@ +#!/bin/bash + {{/* # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T,VMware @@ -13,9 +15,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - */}} -#!/bin/bash + {{/* # Controller is a process that reads from Music Q # It uses no ports (TCP or HTTP). The PROB will check |