From 7eb4c467b842d2e1f3c3bfbe2c412b1d85541d57 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 23 Apr 2020 11:22:56 +0200 Subject: [PATCH] Update 'conf.sh' --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sh b/conf.sh index c6ecb53..2930f86 100644 --- a/conf.sh +++ b/conf.sh @@ -3,7 +3,7 @@ mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL mbranch=master if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set, Setting default OFF' && 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="5.0.2" ; fi #check if Var is set systemctl stop mysql