Add quick check for pfctl command

This commit is contained in:
Jose
2021-02-08 04:17:32 -04:00
parent 80639062d7
commit 75ed5b3ce4
+5 -2
View File
@@ -56,8 +56,11 @@ for _jail in ${JAILS}; do
fi
fi
if [ "$(bastille rdr ${_jail} list)" ]; then
bastille rdr ${_jail} clear
# Check if pfctl is present
if test -f /sbin/pfctl; then
if [ "$(bastille rdr ${_jail} list)" ]; then
bastille rdr ${_jail} clear
fi
fi
## remove rctl limits