cleaning a bit, including moving out some old docs, and renaming
[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 # fix the web directories for group access.
7 0 * * * * chmod -R g+w /var/www &>/dev/null
8
9