mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix echo
This commit is contained in:
parent
a0801c02bb
commit
629dbc02f6
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
walletUnlocked=$(echo "" | sudo -u bitcoin lncli unlock --stdin 3>&1 1>&2 2>&3 | grep -c "already unlocked")
|
||||
if [ ${walletUnlocked} -eq 1 ]; then
|
||||
echo "# OK LND wallet was already unlocked"
|
||||
exit0
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# 1. parameter
|
||||
|
@ -59,7 +59,7 @@ while :
|
|||
if [ ${manualEntry} -eq 1 ]; then
|
||||
passwordC=$(whiptail --passwordbox "\nEnter Password C again:\n" 9 52 "" --title " Password was Wrong " --backtitle "RaspiBlitz - LND Wallet" 3>&1 1>&2 2>&3)
|
||||
else
|
||||
print("error='wrong password'")
|
||||
echo "error='wrong password'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue