Re: Hotfix 160301 - FINAL
Posted by Roadrunnere42 on Mar 13, 2016; 10:51pm
URL: https://itus.accessinnov.com/Hotfix-160301-FINAL-tp157p426.html
Hans
I just started having a look over the hotfix as I’m starting to have niggling things happen and I would like to discover why, the first file I have come across /etc/itus/update_blacklist.sh I’m have trouble understanding
can you explain if I’m reading this write as the code after then will never get run?
# check if blockdomain_ip and blacklist_ip and blockdomain_ip is nor equal to blacklist_ip
if [[ `echo $blockdomain_ip | grep -o $ip_regex` && `echo $blacklist_ip | grep -o $ip_regex` && "$blockdomain_ip" != "$blacklist_ip" ]]
then
roadrunnere42