diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-19 07:00:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-19 07:00:50 +0000 |
commit | 1b162638763115959a0960a1195618f571d5499b (patch) | |
tree | 0ee9c135c22363c0a5873a8503f7bd4f36a55b33 /kubernetes/appc/resources/config | |
parent | 67c2cb1569edc9aac89aab271433f1f6357062dd (diff) | |
parent | 785bc3875ee2c3a45caf6ba2244d5e3b6e6b36b1 (diff) |
Merge "[COMMON] Fix function declarations bashisms"
Diffstat (limited to 'kubernetes/appc/resources/config')
-rwxr-xr-x | kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh b/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh index 25a5c319bd..c78daee558 100755 --- a/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh +++ b/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh @@ -30,7 +30,7 @@ #set -x */}} -function enable_odl_cluster(){ +enable_odl_cluster () { if [ -z $APPC_REPLICAS ]; then echo "APPC_REPLICAS is not configured in Env field" exit |