mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Update lnd.autounlock.sh
This commit is contained in:
parent
a03f30a52d
commit
db5d7deaf5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Password C will be stored on the device.
|
||||||
sleep 4
|
sleep 4
|
||||||
error=""
|
error=""
|
||||||
source <(sudo /home/admin/config.scripts/lnd.unlock.sh "$passwordC")
|
source <(sudo /home/admin/config.scripts/lnd.unlock.sh "$passwordC")
|
||||||
if [ ! "${error}" = "" ];then
|
if [ "${error}" != "" ];then
|
||||||
echo "# PASSWORD C is wrong - try again or cancel"
|
echo "# PASSWORD C is wrong - try again or cancel"
|
||||||
sleep 3
|
sleep 3
|
||||||
sudo /home/admin/config.scripts/lnd.autounlock.sh on
|
sudo /home/admin/config.scripts/lnd.autounlock.sh on
|
||||||
|
|
Loading…
Add table
Reference in a new issue