Add sleep after stop
[sdnc/oam.git] / installation / sdnc / src / main / scripts / startODL.sh
index e2c0fa1..11d88e0 100755 (executable)
@@ -110,6 +110,8 @@ then
 
        echo "Restarting OpenDaylight"
        ${ODL_HOME}/bin/stop
+       echo "Waiting 60 seconds for OpenDaylight stop to complete"
+    sleep 60
        echo "Installed at `date`" > ${SDNC_HOME}/.installed
 fi