From 7491a11581055e7c01124450c4c13d3985299b78 Mon Sep 17 00:00:00 2001 From: Erik Nadel Date: Fri, 27 May 2016 14:46:43 -0400 Subject: [PATCH] Added statement about escaping characters in chron tasks (#3770) --- system/cron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/cron.py b/system/cron.py index b9f09409ab0..e95d4b488e9 100644 --- a/system/cron.py +++ b/system/cron.py @@ -46,6 +46,7 @@ description: - 'When environment variables are managed: no comment line is added, but, when the module needs to find/check the state, it uses the "name" parameter to find the environment variable definition line.' + - 'When using symbols such as %, they must be properly escaped.' version_added: "0.9" options: name: