mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
if [ $# -ne 4
This commit is contained in:
parent
ac38384e85
commit
ef293ac68e
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 [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
if [ $# -ne 4 ]; then # if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue