mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue