change to -ge 6

This commit is contained in:
tschettervictor
2024-12-11 12:13:05 -07:00
committed by GitHub
parent e5acf6f103
commit 8f3ad2f972

View File

@@ -283,7 +283,7 @@ while [ $# -gt 0 ]; do
fi
;;
*)
if [ $# -gt 5 ]; then
if [ $# -ge 6 ]; then
check_jail_validity
persist_rdr_rule "$@"
load_rdr_rule "$@"