Fixed oopsie

This commit is contained in:
b.waal
2020-04-23 11:27:01 +02:00
parent 7eb4c467b8
commit 9b15bebdad

View File

@@ -8,7 +8,7 @@ if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set, Settin
systemctl stop mysql systemctl stop mysql
rm /etc/mysql/mysql.conf.d/mysqld.cnf 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 start mysql
systemctl enable mysql systemctl enable mysql