remove nitb related cron entry

This commit is contained in:
Keith Whyte 2023-01-10 00:56:10 +01:00
parent b678d91563
commit 7351a6f561

View file

@ -71,9 +71,6 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
#Billing #Billing
0 10 * * * root [ $(date +'\%d' -d tomorrow) -eq 1 ] && /var/rhizomatica/bin/active_subscribers.sh 0 10 * * * root [ $(date +'\%d' -d tomorrow) -eq 1 ] && /var/rhizomatica/bin/active_subscribers.sh
#Restart osmo-nitb every 6 hours (This wasn't working anyway. If it is needed, do something more elegant!)
# 0 */6 * * * root /usr/bin/sv restart osmo-nitb 2>&1 > /dev/null
# It's a new day.... # It's a new day....
30 5 * * * root /home/rhizomatica/bin/check_broken.sh 30 5 * * * root /home/rhizomatica/bin/check_broken.sh
31 5 * * * root /home/rhizomatica/bin/get_ip.sh 31 5 * * * root /home/rhizomatica/bin/get_ip.sh