From aef2628861eafef237b122bc967348f7d0338363 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 13:03:45 -0400 Subject: [PATCH] Replace with motd --- script-install-motd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script-install-motd b/script-install-motd index 91747462..e99a93bf 100644 --- a/script-install-motd +++ b/script-install-motd @@ -294,7 +294,7 @@ generate-services() { [Service] Type=simple - Exec=/usr/bin/bash $installdir/generate-motd.sh + ExecStart=/usr/bin/bash $installdir/generate-motd.sh [Install] WantedBy=default.target @@ -312,6 +312,7 @@ generate-services() { EOF } +chmod +x "$banner" if [[ -v DEBUG ]]; then bash generate-motd.sh