From f8ccb564ca64b217d9e504cdb5f00d42a6b75b0e Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 13 Oct 2024 13:29:55 +0300 Subject: [PATCH] ipt.sh : print_opt adding => inserting --- common/ipt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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