'conf.sh' updaten

This commit is contained in:
2019-12-20 12:33:06 +00:00
parent 7cbcaa422d
commit 8a1ebca673

View File

@@ -1,7 +1,7 @@
###Fetch Config ###Fetch Config
mrepo=https://git.bprieshof.nl/Work/Test-MySQL mrepo=https://git.bprieshof.nl/Work/Test-MySQL
mbranch=master mbranch=master
if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set'; fi #check if Var is set if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set,, Setting default ' && PHPMyadmin=0;fi #check if Var is set
if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set, Setting default' && phpmyadminver="4.9.2" ; fi #check if Var is set if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set, Setting default' && phpmyadminver="4.9.2" ; fi #check if Var is set
wget -q -t7 "$repo"/raw/branch/"$branch"/config/MySQL/mysqld-V8.cnf wget -q -t7 "$repo"/raw/branch/"$branch"/config/MySQL/mysqld-V8.cnf