From 76e7eb4808d346340f399f7edc5494992e17310d Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 23 Feb 2017 19:41:01 +0100 Subject: [PATCH] Disable sms_cleanup --- modules/rhizo_base/templates/rhizomatica.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/rhizomatica.cron.erb b/modules/rhizo_base/templates/rhizomatica.cron.erb index 91e792d..caaadb6 100644 --- a/modules/rhizo_base/templates/rhizomatica.cron.erb +++ b/modules/rhizo_base/templates/rhizomatica.cron.erb @@ -12,7 +12,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn 0 */5 * * * root /var/rhizomatica/bin/check_account_balance.sh #SMS cleanup - 0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh +# 0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh #RRDtools graphs */5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh