diff options
author | chainlinc <tesluk@yahoo.com> | 2014-12-11 16:04:28 -0500 |
---|---|---|
committer | chainlinc <tesluk@yahoo.com> | 2014-12-11 16:04:28 -0500 |
commit | 3d5fbb58dc7afe535bd047109e61289ec5e545bf (patch) | |
tree | 9cb8bf2a0efd6a8e37ab96eb16adafae48748eeb /config/sarg | |
parent | 955720cd013bf12d6e65da7db0e87096517a3c9b (diff) | |
download | pfsense-packages-3d5fbb58dc7afe535bd047109e61289ec5e545bf.tar.gz pfsense-packages-3d5fbb58dc7afe535bd047109e61289ec5e545bf.tar.bz2 pfsense-packages-3d5fbb58dc7afe535bd047109e61289ec5e545bf.zip |
Update sarg_schedule.xml
if the example is followed, the extra space after the fourth dash in the WEEKAGO example causes the schedule to fail.
Diffstat (limited to 'config/sarg')
-rw-r--r-- | config/sarg/sarg_schedule.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_schedule.xml b/config/sarg/sarg_schedule.xml index 6080e530..5123d786 100644 --- a/config/sarg/sarg_schedule.xml +++ b/config/sarg/sarg_schedule.xml @@ -144,7 +144,7 @@ To force sarg to create a report only for specific days, use:<br> <b>TODAY:</b> -d `date +%d/%m/%Y`<br> <b>YESTERDAY:</b> -d `date -v-1d +%d/%m/%Y`<br> - <b>WEEKAGO:</b> -d `date -v-1w +%d/%m/%Y`- `date -v-1d +%d/%m/%Y`<br> + <b>WEEKAGO:</b> -d `date -v-1w +%d/%m/%Y`-`date -v-1d +%d/%m/%Y`<br> <b>MONTHAGO:</b> -d `date -v-1m +01/%m/%Y`-`date -v-1m +31/%m/%Y`]]></description> <type>input</type> <size>50</size> |