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