diff --git a/conf.sh b/conf.sh index d2b09aa..137ebaf 100644 --- a/conf.sh +++ b/conf.sh @@ -13,8 +13,8 @@ if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist systemctl stop $MYSQLSNAME sed -i 's#MySQLlog#/var/log/mysql/error.log#g' /etc/mysql/my.cnf elif [ "$shortdist" = "cent8" ]; then - systemctl stop $MYSQLSNAME MYSQLSNAME=mysqld + systemctl stop $MYSQLSNAME sed -i 's#MySQLlog#/var/log/mysqld.log#g' /etc/mysql/my.cnf fi