mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
typo fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user