mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
require both args
This commit is contained in:
parent
c828081c3d
commit
ac38384e85
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ usage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if no arguments are provided.
|
# Check if no arguments are provided.
|
||||||
if [ $# -eq 0 ]; then
|
if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue