Use command service mysql start
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / docker / instance-init.sh
index 69e2b25..d1be95c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Copyright 2017, Nokia Corporation
 #
@@ -19,7 +19,7 @@
 function start_mysql {
     echo "start mysql ... "
     service mysql start
-    sleep 1
+    sleep 5
 }
 
 start_mysql