mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 11:11:47 +01:00
debug for testnet
This commit is contained in:
parent
aa4698abd9
commit
e3b22c283b
@ -39,7 +39,11 @@ while [ ${chainIsReady} -eq 0 ]
|
||||
echo "result(${result})"
|
||||
echo "error(${error})"
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
sudo tail -n 5 /mnt/hdd/bitcoin/debug.log
|
||||
testnetAdd=""
|
||||
if [ '${chain}' -ew 'test' ]; then
|
||||
testnetAdd="testnet3/"
|
||||
fi
|
||||
sudo tail -n 5 /mnt/hdd/bitcoin/${testnetAdd}debug.log
|
||||
echo "Waiting 1 minute and then trying again ..."
|
||||
sleep 60
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user