From 8749d802381f470bbf367bf82d90d4558712a4b1 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 1 Oct 2019 12:46:27 +0200 Subject: [PATCH] Motd typo fixed --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c72642b..cb2119e 100644 --- a/installer.sh +++ b/installer.sh @@ -410,7 +410,7 @@ source /tmp/unattended.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 -chmod +x /etc/update-motd.d//01-custom +chmod +x /etc/update-motd.d/01-custom ##---------------------##