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