docker fix
This commit is contained in:
@@ -135,7 +135,7 @@ generate_btc_key()
|
||||
B=$(tput bold ; tput setaf 1)
|
||||
N=$(tput sgr0)
|
||||
|
||||
if [ -z "$_DM_BITCOIN" ]
|
||||
if [ -z "$_DM_BITCOIN" -a -z "$DM_BITCOIN" ]
|
||||
then
|
||||
## Generate bitcoin key pair
|
||||
PRIVKEY="$(cat /dev/random | tr -cd "[:digit:]" | head -c 64)"
|
||||
|
||||
Reference in New Issue
Block a user