From b93d7c936dd66f190191e91ac922829b13d77203 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 3 Oct 2019 14:10:18 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c17f253..1aa0247 100644 --- a/installer.sh +++ b/installer.sh @@ -407,10 +407,16 @@ sleep 2 wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/installer.sh -O /tmp/unattended.sh source /tmp/unattended.sh +##--------------------------------------## +# Clearing / purging the mail queue # +##--------------------------------------## +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/beta/config/postfix/clear-queue.sh -O /tmp/clear-queue.sh +source /tmp/clear-queue.sh + ##----------## # Motd # ##----------## -wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/"$branch"/beta/config/motd/01-custom -O /etc/update-motd.d//01-custom +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/"$branch"/beta/config/motd/01-custom -O /etc/update-motd.d/01-custom chmod +x /etc/update-motd.d/01-custom