From 0e030c9c9c5b0f9990ebcec81f5db1f2c6785823 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 20:58:47 -0400 Subject: [PATCH] Fix motd --- script-install-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-install-motd b/script-install-motd index 762c4ac9..e5a52586 100755 --- a/script-install-motd +++ b/script-install-motd @@ -338,7 +338,7 @@ generate-services() { chmod +x "$script" -if [[ -v DEBUG ]]; then +if (( DEBUG )); then bash generate-motd.sh cat -n generate-motd.sh rm generate-motd.sh