From 271b1f21fa32493eb24dd207b45c84d4dc97a16e Mon Sep 17 00:00:00 2001 From: Ahmed Khanzada Date: Wed, 29 Dec 2021 02:06:35 +0000 Subject: Clarify an error message * src/mcron/scripts/mcron.scm: modified string literal --- src/mcron/scripts/mcron.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mcron/scripts/mcron.scm b/src/mcron/scripts/mcron.scm index 4c5f7b5..a6b1fa2 100644 --- a/src/mcron/scripts/mcron.scm +++ b/src/mcron/scripts/mcron.scm @@ -93,7 +93,8 @@ $XDG_CONFIG_HOME is not defined uses ~/.config/cron instead)." "/cron"))) (when (eq? 2 errors) (mcron-error 13 - "Cannot read files in your ~/.config/cron (or ~/.cron) directory.")))) + "There was an error reading files in your ~/.config/cron (or ~/.cron) +directory. Double-check the folder and file permissions and syntax.")))) -- cgit v1.2.3