From 238a7fbc928178fae9c06458a684ca007123aaf5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Feb 2016 15:34:59 +0000 Subject: [PATCH] Expire gnusocial posts monthly --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index bcf0ac6a..c600155f 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8979,7 +8979,7 @@ function expire_gnu_social_posts { # Add a cron job if ! grep -q "$gnusocial_expire_script" /etc/crontab; then - echo "10 3 * * * root /usr/bin/timeout 500 /usr/bin/php $gnusocial_expire_script" >> /etc/crontab + echo "10 3 5 * * root /usr/bin/timeout 500 /usr/bin/php $gnusocial_expire_script" >> /etc/crontab fi # remove old expire script