fixed my.cnf config location

This commit is contained in:
Serghey Rodin 2018-05-31 18:14:14 +03:00
commit 208db116d1

View file

@ -996,7 +996,7 @@ if [ "$mysql" = 'yes' ]; then
service='mariadb' service='mariadb'
fi fi
cp -f $vestacp/$service/$mycnf /etc/ cp -f $vestacp/$service/$mycnf /etc/my.cnf
chkconfig $service on chkconfig $service on
service $service start service $service start
if [ "$?" -ne 0 ]; then if [ "$?" -ne 0 ]; then