From 34a4c17726ace34fdcae417e9f9cdf1192eba6ac Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 21 Sep 2018 15:54:46 +0200 Subject: [PATCH] typo fix --- home.admin/70initLND.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index d4df125..f1e7a47 100755 --- a/home.admin/70initLND.sh +++ b/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