mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 15:00:44 +01:00
Merge pull request #1056 from BastilleBSD/tschettervictor-patch-1
This commit is contained in:
@@ -76,6 +76,10 @@ while [ "$#" -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
TARGET="${1}"
|
||||
CONVERT_RELEASE="${2}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user