From 9b15bebdad888cae257968ced6339f6c083e9e23 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 23 Apr 2020 11:27:01 +0200 Subject: [PATCH] Fixed oopsie --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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