cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / infobase / configuration / cron / web_group_perm_fix.crontab
diff --git a/infobase/configuration/cron/web_group_perm_fix.crontab b/infobase/configuration/cron/web_group_perm_fix.crontab
new file mode 100644 (file)
index 0000000..86b645a
--- /dev/null
@@ -0,0 +1,9 @@
+
+# m h  dom mon dow   command
+
+SHELL=/bin/bash
+
+# fix the web directories for group access.
+0 * * * * chmod -R g+w /var/www &>/dev/null
+
+