diff --git a/common/ipt.sh b/common/ipt.sh index 9f6b33f..8e82c65 100644 --- a/common/ipt.sh +++ b/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