papacarp / pooltool.io

A public repo to keep track of issues and feature requests in pooltool
76 stars 75 forks source link

send_slots.sh - error line 18: [: missing `]' #36

Closed adosiawolf closed 4 years ago

adosiawolf commented 4 years ago

when executing send_slots.sh the following error is produced:

line 18: [: missing `]'

which corresponds to the conditional: if [ -z "$MY_POOL_ID"] || [ -z "$MY_USER_ID" ] || [ -z "$THIS_GENESIS" ] || [ -z "$KEY_LOCATION" ]

the script continues to execute and performs as expected

adavibesp commented 4 years ago

Has been corrected in current version of the script.