ipt.sh : print_opt adding => inserting

This commit is contained in:
bol-van 2024-10-13 13:29:55 +03:00
parent 20e6ba721a
commit f8ccb564ca

View File

@ -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