mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-30 17:30:24 +01:00
Merge pull request #902 from BastilleBSD/tschettervictor-patch-1
template: Usage command when args < 2
This commit is contained in:
@@ -147,7 +147,7 @@ while [ "$#" -gt 0 ]; do
|
||||
done
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
bastille_usage
|
||||
usage
|
||||
fi
|
||||
|
||||
TARGET="${1}"
|
||||
|
||||
Reference in New Issue
Block a user