From 6e917c89a4053fa16c8c113507a9fb2e35f08ccb Mon Sep 17 00:00:00 2001 From: ajay_dp001 Date: Thu, 16 Apr 2020 14:46:19 +0530 Subject: [PATCH] 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 --- installation/sdnc/src/main/scripts/startODL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6