added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / web_group_perm_fix.crontab
1
2 # m h  dom mon dow   command
3
4 SHELL=/bin/bash
5
6 #[web group perm fix]
7 # fix the web directories for group access.
8 0 * * * * chmod -R g+w /var/www &>/dev/null
9
10