Merge pull request #902 from BastilleBSD/tschettervictor-patch-1

template: Usage command when args < 2
This commit is contained in:
tschettervictor
2025-03-06 18:27:54 -07:00
committed by GitHub

View File

@@ -147,7 +147,7 @@ while [ "$#" -gt 0 ]; do
done
if [ $# -lt 2 ]; then
bastille_usage
usage
fi
TARGET="${1}"