mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 15:00:44 +01:00
limits needs 3 args
This commit is contained in:
@@ -49,7 +49,7 @@ help|-h|--help)
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
if [ $# -lt 3 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user