mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
typo fix
This commit is contained in:
parent
e3b22c283b
commit
34a4c17726
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ while [ ${chainIsReady} -eq 0 ]
|
|||
echo "error(${error})"
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
testnetAdd=""
|
||||
if [ '${chain}' -ew 'test' ]; then
|
||||
if [ '${chain}' -eq 'test' ]; then
|
||||
testnetAdd="testnet3/"
|
||||
fi
|
||||
sudo tail -n 5 /mnt/hdd/bitcoin/${testnetAdd}debug.log
|
||||
|
|
Loading…
Add table
Reference in a new issue