Merge "adapt sdnc-image to latest baseimage"
[sdnc/oam.git] / installation / sdnc / src / main / scripts / startODL.sh
index 8da2c54..0b7a47c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 ###
 # ============LICENSE_START=======================================================
@@ -178,6 +178,6 @@ 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)
 mkdir -p /opt/opendaylight/data/log
-nohup python ${SDNC_BIN}/installCerts.py &
+nohup python3 ${SDNC_BIN}/installCerts.py &
 
 exec ${ODL_HOME}/bin/karaf server