mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
This commit is contained in:
parent
1e44ae0e19
commit
564a172dfd
@ -188,7 +188,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Get signer
|
# Get signer
|
||||||
if [[ -n"$1" ]]
|
if [[ -n "$1" ]]
|
||||||
then
|
then
|
||||||
SIGNER=$1
|
SIGNER=$1
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user