use centos:7.2.1511
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / docker / instance-init.sh
index 96e1145..a3c6372 100755 (executable)
@@ -17,7 +17,7 @@
 # Config mysql credentials
 
 function start_mysql {
-    echo "start mysql ... "
+    echo "start mysql in instance_init ... "
     systemctl start mysql.service  > myout_instance_init.file 2>&1
     cat myout_instance_init.file
     systemctl status mysql.service > myout_instance_init_mysql_status.file 2>&1