summaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2020-04-16 14:46:19 +0530
committerajay_dp001 <ajay.deep.singh@est.tech>2020-04-16 14:58:45 +0530
commitf07d44bb5543518e2c8d64371c76200f3c8e1298 (patch)
tree7b2331749a9cfa40915418c15aad10f634460260 /installation
parent94fcc571a06ceab8b2119fc0d802340ba0086a70 (diff)
InstallCerts.py Script Fails to Execute Successfully
Issue-ID: SDNC-1155 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: If7b1c8c9027a446763a4909892bccf8edabfb49f Former-commit-id: b703352599826343643cbf8895cca8dce5232c14
Diffstat (limited to 'installation')
-rwxr-xr-xinstallation/sdnc/src/main/scripts/startODL.sh2
1 files changed, 1 insertions, 1 deletions
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)