Added default for PhpMyAdminVer
This commit is contained in:
2
conf.sh
2
conf.sh
@@ -2,7 +2,7 @@
|
||||
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 ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set'; 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user