From 2ffbb86f2ded9d69e3cfedb1e7411e54429c43ad Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 13:01:15 -0400 Subject: [PATCH] Replace with motd --- script-install-motd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script-install-motd b/script-install-motd index f2149de8..91747462 100644 --- a/script-install-motd +++ b/script-install-motd @@ -318,8 +318,8 @@ if [[ -v DEBUG ]]; then cat -n generate-motd.sh rm generate-motd.sh else - generate-services - systemctl daemon-reload + generate-services && \ + systemctl daemon-reload && \ systemctl enable --now generate-motd.timer fi