From 4169f76c1fa29c53a4c9bcb2071c5aa5ae5d85a4 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sun, 22 Oct 2017 15:39:22 +0300 Subject: [PATCH] fix install script --- setup/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/install.sh b/setup/install.sh index 3b78b74c..a02cad2d 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -70,8 +70,6 @@ git --git-dir=/var/opt/wildduck.git --work-tree=/opt/wildduck checkout "$WILDDUC cp -r /opt/wildduck/config /etc/wildduck mv /etc/wildduck/default.toml /etc/wildduck/wildduck.toml -echo 'sender="zone-mta"' >> /etc/wildduck/dbs.toml - sed -i -e "s/999/99/g;s/localhost/$HOSTNAME/g" /etc/wildduck/imap.toml sed -i -e "s/999/99/g;s/localhost/$HOSTNAME/g" /etc/wildduck/pop3.toml