Browse Source

ipt.sh : print_opt adding => inserting

pull/666/head
bol-van 6 months ago
parent
commit
f8ccb564ca
  1. 2
      common/ipt.sh

2
common/ipt.sh

@ -134,7 +134,7 @@ unprepare_tpws_fw()
ipt_print_op()
{
if [ "$1" = "1" ]; then
echo "Adding ip$4tables rule for $3 : $2"
echo "Inserting ip$4tables rule for $3 : $2"
else
echo "Deleting ip$4tables rule for $3 : $2"
fi

Loading…
Cancel
Save