mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +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.
|
||||
if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
||||
if [ $# -ne 4 ]; then # if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue