Minor fixing.

This commit is contained in:
2022-02-27 16:05:01 +00:00
parent 9b4bc872ef
commit ab1e3ad729

View File

@@ -29,10 +29,10 @@ EXTRA_OPTIONS="$2 $3 $4"
if [[ $SOURCE_IP = "" ]]; then if [[ $SOURCE_IP = "" ]]; then
$SOURCE_IP="0.0.0.0/0" SOURCE_IP="0.0.0.0/0"
fi; fi;
if [[ $TARGET_IP = "" ]]; then if [[ $TARGET_IP = "" ]]; then
$TARGET_IP="0.0.0.0/0" TARGET_IP="0.0.0.0/0"
fi; fi;
############################## ##############################