From 5e83e5ca68c66b1222e548ffb7da94785601de91 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sat, 21 Jun 2025 07:22:30 -0500 Subject: [PATCH] oops --- newSrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newSrv.sh b/newSrv.sh index abed013..ee35c54 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -158,7 +158,7 @@ debconf-set-selections <<< "postfix postfix/mailname string $MAIL_HOST" debconf-set-selections <<< "postfix postfix/main_mailer_type string Internet with smarthost" debconf-set-selections <<< "postfix postfix/relayhost string pfv-netboot.taile3044.ts.net" postconf -e "inet_protocols = ipv4" -postconf -e "inet_interfaces inet_interfaces = 127.0.0.1" +postconf -e "inet_interfaces = 127.0.0.1" export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \