Update scripts to use python3
[sdnc/oam.git] / installation / sdnc / src / main / scripts / startODL.sh
index e043bc0..14ffe2a 100755 (executable)
@@ -171,8 +171,11 @@ then
 fi
 
 cp /opt/opendaylight/current/certs/* /tmp
-cp -r /opt/app/osaaf/local/. /tmp
+cp /var/custom-certs/* /tmp
 
-nohup python ${SDNC_BIN}/installCerts.py &
+# Create ODL data log directory (it nornally is created after karaf
+# is started, but needs to exist before installCerts.py runs)
+mkdir -p /opt/opendaylight/data/log
+nohup python3 ${SDNC_BIN}/installCerts.py &
 
 exec ${ODL_HOME}/bin/karaf server