diff options
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2021-07-20 16:21:30 +0200 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2021-07-20 16:21:47 +0200 |
commit | cdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc (patch) | |
tree | 4e3d73096e00c7f8f7d4c8dddf6f8a032cd8f730 /installation | |
parent | 0bb4a58d0710eb065e9df2ba1c739990d8932a38 (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
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/sdnc/src/main/scripts/startODL.sh | 1 |
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} |