Fixed oopsie
This commit is contained in:
2
conf.sh
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user