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