mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 06:55:46 +01:00
fixes issue #332
This commit is contained in:
@@ -41,7 +41,7 @@ help|-h|--help)
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
if [ $# -lt 1 -o $# -gt 2 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user