Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zypr committed Dec 6, 2015
1 parent 0f7b7e3 commit f6e9ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/script/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ do
done
sort \$BLACKLIST_TEMP -n | uniq > \$BLACKLIST
cp $BLACKLIST_TEMP ${BLACKLIST_DIR}/blacklist\_\$(date '+%d.%m.%Y_%T' | tr -d :) && rm \$BLACKLIST_TEMP
cp \$BLACKLIST_TEMP \${BLACKLIST_DIR}/blacklist\_\$(date '+%d.%m.%Y_%T' | tr -d :) && rm \$BLACKLIST_TEMP
systemctl force-reload arno-iptables-firewall.service
END
chmod +x /etc/cron.daily/blocked-hosts
Expand Down

0 comments on commit f6e9ceb

Please sign in to comment.