diff --git a/conf.sh b/conf.sh index d68b8b1..35b389e 100644 --- a/conf.sh +++ b/conf.sh @@ -1,7 +1,7 @@ ###Fetch Config mrepo=https://git.bprieshof.nl/Work/Test-MySQL 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 wget -q -t7 "$repo"/raw/branch/"$branch"/config/MySQL/mysqld-V8.cnf