Added
export DEBIAN_FRONTEND=noninteractive
This commit is contained in:
1
conf.sh
1
conf.sh
@@ -2,6 +2,7 @@
|
|||||||
mrepo=https://git.bprieshof.nl/Work/Test-MySQL
|
mrepo=https://git.bprieshof.nl/Work/Test-MySQL
|
||||||
mbranch=master
|
mbranch=master
|
||||||
CurDebFrond="$DEBIAN_FRONTEND"
|
CurDebFrond="$DEBIAN_FRONTEND"
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
if [ -z ${PHPMyadmin+x} ]; then echo 'Error $PHPMyadmin is not set,, Setting default ' && PHPMyadmin=0;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
|
if [ -z ${phpmyadminver+x} ]; then echo 'Error $phpmyadminver is not set, Setting default' && phpmyadminver="4.9.2" ; fi #check if Var is set
|
||||||
|
|||||||
Reference in New Issue
Block a user