diff options
author | Ahmed Khanzada <me@enzu.ru> | 2021-12-29 02:06:35 +0000 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2021-12-29 02:06:35 +0000 |
commit | 271b1f21fa32493eb24dd207b45c84d4dc97a16e (patch) | |
tree | 2570493cb200535c5de961eb6e8e765044267b45 /src/mcron | |
parent | 172f70e6d23bff74138b6fcd60ba3934fa6c00ed (diff) | |
download | mcron-271b1f21fa32493eb24dd207b45c84d4dc97a16e.tar.gz mcron-271b1f21fa32493eb24dd207b45c84d4dc97a16e.tar.bz2 mcron-271b1f21fa32493eb24dd207b45c84d4dc97a16e.zip |
Clarify an error message
* src/mcron/scripts/mcron.scm: modified string literal
Diffstat (limited to 'src/mcron')
-rw-r--r-- | src/mcron/scripts/mcron.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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.")))) |