mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
fixed my.cnf config location
This commit is contained in:
parent
4a3cec1290
commit
208db116d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue