diff --git a/conf.sh b/conf.sh index 2930f86..31c9d32 100644 --- a/conf.sh +++ b/conf.sh @@ -8,7 +8,7 @@ if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set, Settin systemctl stop mysql rm /etc/mysql/mysql.conf.d/mysqld.cnf -wget -q -t7 "$repo"/raw/branch/"$branch"/config/MySQL/mysqld-V8.cnf -O /etc/mysql/mysql.conf.d/mysqld.cnf +wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/MySQL/mysqld-V8.cnf -O /etc/mysql/mysql.conf.d/mysqld.cnf systemctl start mysql systemctl enable mysql