From: ajay_dp001 Date: Thu, 16 Apr 2020 09:16:19 +0000 (+0530) Subject: InstallCerts.py Script Fails to Execute Successfully X-Git-Tag: 1.8.2~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Foam.git;a=commitdiff_plain;h=6e917c89a4053fa16c8c113507a9fb2e35f08ccb InstallCerts.py Script Fails to Execute Successfully Issue-ID: SDNC-1155 Signed-off-by: ajay_dp001 Change-Id: If7b1c8c9027a446763a4909892bccf8edabfb49f (cherry picked from commit f07d44bb5543518e2c8d64371c76200f3c8e1298 [formerly b703352599826343643cbf8895cca8dce5232c14]) Former-commit-id: c7c339bd298d088bcf1e2c929adb625715836456 --- diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh index 47388512..6f9bdad2 100755 --- a/installation/sdnc/src/main/scripts/startODL.sh +++ b/installation/sdnc/src/main/scripts/startODL.sh @@ -171,7 +171,7 @@ then fi cp /opt/opendaylight/current/certs/* /tmp -cp -r /opt/app/osaaf/local/. /tmp +cp /var/custom-certs/* /tmp # Create ODL data log directory (it nornally is created after karaf # is started, but needs to exist before installCerts.py runs)