From 860e298ff9ad02539a0b68703dea72066b446e12 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 23 Apr 2020 13:04:58 +0200 Subject: [PATCH] Update 'preconf.sh' --- preconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preconf.sh b/preconf.sh index 60134ac..5990194 100644 --- a/preconf.sh +++ b/preconf.sh @@ -1,6 +1,6 @@ mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL mbranch=master -if [ -z ${DEBIAN_FRONTEND+x} ]; then echo 'env not set' ; else CurDebFrond="$DEBIAN_FRONTEND"; fi #checking and saving DEBIAN_FRONTEND +if [ -z ${DEBIAN_FRONTEND+x} ]; then echo 'dpkg env not set' ; else CurDebFrond="$DEBIAN_FRONTEND"; fi #checking and saving DEBIAN_FRONTEND export DEBIAN_FRONTEND=noninteractive if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi