modify server.xml 8482 as 8486
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / docker / docker-entrypoint.sh
index ee6cb2d..a91b000 100755 (executable)
@@ -43,7 +43,7 @@ echo
 ./instance-config.sh
 
 # Start mysql
-su mysql -c /usr/bin/mysqld_safe &
+/usr/bin/mysqld_safe & 
 
 # Perform one-time config
 if [ ! -e init.log ]; then