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