From e4e967e22741e3a295737f7856d2a54a58a17517 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 24 Jul 2026 02:16:08 -0600 Subject: [PATCH] feat(params): Cleanup journald pre-req fail msg --- cfddns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfddns.sh b/cfddns.sh index aeff1ea..79bf478 100644 --- a/cfddns.sh +++ b/cfddns.sh @@ -382,7 +382,7 @@ if [ ! -f "$accountFile" ] || [ ! -s "$accountFile" ]; then badParam errMsg "Cannot find the Cloudflare credentials file (${accountFile}) or it is empty. Exiting." fi if [ "$logToJournal" -eq 1 ] && ! command -v logger >/dev/null 2>&1; then - printf "\n%sThis script requires 'logger' be installed to write entries to your journaling system. Exiting.%s\n\n" "$err" "$norm" + printf "\n%sThis script requires that 'logger' is installed to write journald entries. Exiting.%s\n\n" "$err" "$norm" exit 2 fi # turn off log file colourization if parameter is set