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