mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +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.
|
||||
if [ $# -eq 0 ]; then
|
||||
if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue