summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources/config/bin/startODL.sh
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-10-22 12:29:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-22 12:29:29 +0000
commit29e7c3ff9310ade6c7e4c04b6f09e1c000d1ef78 (patch)
tree326d19f7d79f868ee1a74659049e0e66977a5db5 /kubernetes/sdnc/resources/config/bin/startODL.sh
parent6ccf7a1881e2402cbd469e300c72dff27951a2e4 (diff)
parente0e8ca7e4141de59e1e2a8f7918103c85db6d8f4 (diff)
Merge "[SDNC] change comment style"
Diffstat (limited to 'kubernetes/sdnc/resources/config/bin/startODL.sh')
-rwxr-xr-xkubernetes/sdnc/resources/config/bin/startODL.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/sdnc/resources/config/bin/startODL.sh b/kubernetes/sdnc/resources/config/bin/startODL.sh
index a83fc92890..1f004396b6 100755
--- a/kubernetes/sdnc/resources/config/bin/startODL.sh
+++ b/kubernetes/sdnc/resources/config/bin/startODL.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+{{/*
###
# ============LICENSE_START=======================================================
@@ -24,6 +25,7 @@
# Append features to karaf boot feature configuration
# $1 additional feature to be added
# $2 repositories to be added (optional)
+*/}}
function addToFeatureBoot() {
CFG=$ODL_HOME/etc/org.apache.karaf.features.cfg
ORIG=$CFG.orig