Update 'preconf.sh'

This commit is contained in:
b.waal
2020-04-23 13:04:58 +02:00
parent ec750c2f93
commit 860e298ff9

View File

@@ -1,6 +1,6 @@
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL mrepo=https://git.ictmaatwerk.com/VPS-scripts/MySQL
mbranch=master 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 export DEBIAN_FRONTEND=noninteractive
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi