From 8a1ebca673e07e40b2419bfe4f060ae92ff501dc Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 20 Dec 2019 12:33:06 +0000 Subject: [PATCH] 'conf.sh' updaten --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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