mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 23:40:38 +01:00
change to -ge 6
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user