give wallet unlock some time

This commit is contained in:
Christian Rotzoll 2019-04-25 02:48:52 +02:00
parent cf8cbd3878
commit ac1d830b59

View File

@ -240,7 +240,9 @@ To run a BACKUP of funds & channels first is recommended.
sleep 1 sleep 1
else else
/home/admin/AAunlockLND.sh /home/admin/AAunlockLND.sh
echo "please wait ... update to next screen can be slow" echo "Starting up Wallet ..."
sleep 8
echo "Please Wait ... update to next screen can be slow"
fi fi
fi fi
lndSynced=$(sudo -u bitcoin /usr/local/bin/lncli --chain=${network} --network=${chain}net getinfo 2>/dev/null | jq -r '.synced_to_chain' | grep -c true) lndSynced=$(sudo -u bitcoin /usr/local/bin/lncli --chain=${network} --network=${chain}net getinfo 2>/dev/null | jq -r '.synced_to_chain' | grep -c true)