From 42b28dec2d52ae48a172bc6c13727e67fbe4b542 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Apr 2020 11:15:53 +0200 Subject: [PATCH] Update 'preconf.sh' --- preconf.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/preconf.sh b/preconf.sh index 4f045e8..4c7dd31 100644 --- a/preconf.sh +++ b/preconf.sh @@ -5,7 +5,6 @@ export DEBIAN_FRONTEND=noninteractive if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi - debconf-set-selections <<< "mysql-community-server mysql-community-server/root-pass password $password" debconf-set-selections <<< "mysql-community-server mysql-community-server/re-root-pass password $password" debconf-set-selections <<< "mysql-community-server mysql-server/default-auth-override select Use Legacy Authentication Method (Retain MySQL 5.x Compatibility)" @@ -19,4 +18,4 @@ $PKGM update if [ -z ${CurDebFrond+x} ]; then unset DEBIAN_FRONTEND ; else export DEBIAN_FRONTEND=$CurDebFrond; fi #Restore DEBIAN_FRONTEND unset mrepo -unset mbranch +unset mbranch \ No newline at end of file