1
0
Fork 0
ipset_updater/install.sh

5 lines
203 B
Bash
Raw Normal View History

2019-08-28 16:58:30 +02:00
#!/bin/bash
echo "30 12 * * * root /opt/ipset_updater/ipset_update.sh >> /var/log/blacklist_update.log" > /etc/cron.d/ipset_update
chmod a+x /etc/cron.d/ipset_update
systemctl restart cron.service