Fix "unkown" typo (#2029)

* Fix Typos

* Fix Typos

* Update blitz.copyblockchain.sh
This commit is contained in:
Jestopher 2021-03-08 11:02:10 -08:00 committed by GitHub
parent 488bca30d3
commit 61accab44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -53,5 +53,5 @@ if [ "$1" = "status" ]; then
fi
# if no other
echo "error='unkown command'"
exit 1
echo "error='unknown command'"
exit 1

View File

@ -10,7 +10,7 @@ fi
# check parameter
if [ "${1}" != "log" ]; then
echo "# FAIL: unkown parameter"
echo "# FAIL: unknown parameter"
fi
# writing log file entry

View File

@ -82,7 +82,7 @@ while [ ${fallback} -eq 0 ]
else
# UNKOWN RESULT
# UNKNOWN RESULT
# check if wallet was unlocked anyway
walletLocked=$(sudo -u bitcoin /usr/local/bin/lncli --chain=${network} --network=${chain}net getinfo 2>&1 | grep -c unlock)
@ -91,7 +91,7 @@ while [ ${fallback} -eq 0 ]
exit 0
fi
echo "# unkown error"
echo "# unknown error"
if [ ${manualEntry} -eq 1 ]; then
whiptail --title " LND ERROR " --msgbox "${result}" --ok-button "Try CLI" 8 60
fallback=1