Minor fixing.

This commit is contained in:
2022-02-27 16:08:47 +00:00
parent ab1e3ad729
commit 65df14bd1a

View File

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