update
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user