From 208db116d1bcf6b437ba0a4d01c2528366d35b00 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 31 May 2018 18:14:14 +0300 Subject: [PATCH] fixed my.cnf config location --- install/vst-install-amazon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-amazon.sh b/install/vst-install-amazon.sh index e57b26cc..f1fe62c7 100644 --- a/install/vst-install-amazon.sh +++ b/install/vst-install-amazon.sh @@ -996,7 +996,7 @@ if [ "$mysql" = 'yes' ]; then service='mariadb' fi - cp -f $vestacp/$service/$mycnf /etc/ + cp -f $vestacp/$service/$mycnf /etc/my.cnf chkconfig $service on service $service start if [ "$?" -ne 0 ]; then