mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 05:53:21 +01:00
limits: Fix too few args
This commit is contained in:
@@ -78,7 +78,7 @@ while [ "$#" -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
if [ "$#" -lt 2 ] || [ "$#" -gt 3 ]; then
|
||||
if [ "$#" -lt 2 ] || [ "$#" -gt 4 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user