[COMMON] Fix shell scripts missing shebangs
[oom.git] / kubernetes / sdnc / components / sdnc-prom / resources / bin / switchVoting.sh
index f13196e..8057547 100755 (executable)
@@ -1,5 +1,6 @@
-#/bin/sh
+#!/bin/sh
 
+{{/*
 # Copyright © 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +14,7 @@
 # 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.
+*/}}
 
 set -e
 primary=${SDNC_IS_PRIMARY_CLUSTER:-true}