1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

remove pointless exit

This commit is contained in:
VVelox
2017-02-17 23:08:53 -06:00
committed by GitHub
parent 4b600ad2b4
commit 6f76427952

View File

@@ -13,5 +13,3 @@ if [ `uname` = "Linux" ]; then
f2b2=`iptables -L -n | grep -c fail2ban`
expr $f2b1 + $f2b2
fi
exit 0;