From e52024131c9604e3d47d3ca7d263a9499a17daa8 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 13:00:14 -0400 Subject: [PATCH] Replace with motd --- script-install-motd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script-install-motd b/script-install-motd index 576c2a56..f2149de8 100644 --- a/script-install-motd +++ b/script-install-motd @@ -314,9 +314,9 @@ generate-services() { if [[ -v DEBUG ]]; then - bash banner.sh - cat -n banner.sh - rm banner.sh + bash generate-motd.sh + cat -n generate-motd.sh + rm generate-motd.sh else generate-services systemctl daemon-reload