Browse Source

typo fix

#146
rootzoll 6 years ago
parent
commit
34a4c17726
  1. 2
      home.admin/70initLND.sh

2
home.admin/70initLND.sh

@ -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…
Cancel
Save