aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-07-20 16:21:30 +0200
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-07-20 16:21:47 +0200
commitcdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc (patch)
tree4e3d73096e00c7f8f7d4c8dddf6f8a032cd8f730
parent0bb4a58d0710eb065e9df2ba1c739990d8932a38 (diff)
Fix error in log output
startODL indicates sed no previous regexp Issue-ID: SDNC-1583 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0297950e026428d620b585c43a7ad2074ae0042c Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 89cce015763824134b532cf49f55d4ee8ee2eee6
-rwxr-xr-xinstallation/sdnc/src/main/scripts/startODL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh
index 61657944..e0a40797 100755
--- a/installation/sdnc/src/main/scripts/startODL.sh
+++ b/installation/sdnc/src/main/scripts/startODL.sh
@@ -216,6 +216,7 @@ printf "Installing SDNC/R from startODL.sh script\n"
ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
ODL_FEATURES_BOOT_FILE=$ODL_HOME/etc/org.apache.karaf.features.cfg
FEATURESBOOTMARKER="featuresBoot *="
+REPOSITORIESBOOTMARKER="featuresRepositories *="
ODL_ADMIN_USERNAME=${ODL_ADMIN_USERNAME:-admin}
ODL_ADMIN_PASSWORD=${ODL_ADMIN_PASSWORD:-admin}