fix cli ui

This commit is contained in:
rootzoll 2019-12-13 23:21:52 +01:00
parent f94e90e054
commit a805764be0

View File

@ -116,6 +116,7 @@ if [ ${bitcoinRunning} -eq 0 ]; then
seconds=10
fi
dialog --pause " Double checking for ${network}d - please wait .." 8 58 ${seconds}
clear
bitcoinRunning=$(${network}-cli getblockchaininfo | grep "initialblockdownload" -c)
else
echo "${network} is running"