From 0e938caf049814b933f69568fc6bcc5fec1fbe06 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 18 Sep 2019 00:42:26 +0200 Subject: [PATCH] Fixed TERM=ansi variable for UI --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 9ced055..ed3f463 100644 --- a/installer.sh +++ b/installer.sh @@ -60,7 +60,7 @@ domonly=${domain} domain=mail.${domain} branch=stable dhparam=1024 -term=ansi +term=TERM=ansi debconf-set-selections <<< "postfix postfix/mailname string $(hostname -f)" debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"