]> git.pld-linux.org Git - packages/nagios-plugin-check_iptables.git/blobdiff - check_iptables.sh
version 0.2; unhardcode tool paths
[packages/nagios-plugin-check_iptables.git] / check_iptables.sh
index d10466de90d8a3258fbf8013d1d4486dd875732b..748edbd0f445022f21ff3c3a23eab9f0486dcc5c 100755 (executable)
@@ -8,8 +8,8 @@ ARGS="$*"
 
 . $PROGPATH/utils.sh
 
-iptables=/usr/sbin/iptables
-sudo=/usr/bin/sudo
+iptables=iptables
+sudo=sudo
 chain=INPUT
 table=filter
 verbose=0
This page took 0.072614 seconds and 4 git commands to generate.