Update 'conf.sh'

This commit is contained in:
b.waal
2020-04-23 11:22:56 +02:00
parent 1ad4b3a932
commit 7eb4c467b8

View File

@@ -3,7 +3,7 @@ mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
mbranch=master 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 ${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 systemctl stop mysql