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