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/sdnc/components | |
parent | a1934b577cd86ed0e67959c115f5144ab6013b20 (diff) | |
parent | 824f996a1607e37fdadb0a930036017fff813baf (diff) |
Merge "[COMMON] Fix shell scripts missing shebangs"
Diffstat (limited to 'kubernetes/sdnc/components')
-rwxr-xr-x | kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh b/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh index 091643f174..8057547b59 100755 --- a/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh +++ b/kubernetes/sdnc/components/sdnc-prom/resources/bin/switchVoting.sh @@ -1,6 +1,6 @@ -{{/* -#/bin/sh +#!/bin/sh +{{/* # Copyright © 2018 Amdocs # # Licensed under the Apache License, Version 2.0 (the "License"); |