mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
Update lnd.autounlock.sh
This commit is contained in:
parent
78a5e9107d
commit
a03f30a52d
@ -48,7 +48,7 @@ Password C will be stored on the device.
|
||||
sleep 4
|
||||
error=""
|
||||
source <(sudo /home/admin/config.scripts/lnd.unlock.sh "$passwordC")
|
||||
if [ ${error} -gt 0 ];then
|
||||
if [ ! "${error}" = "" ];then
|
||||
echo "# PASSWORD C is wrong - try again or cancel"
|
||||
sleep 3
|
||||
sudo /home/admin/config.scripts/lnd.autounlock.sh on
|
||||
|
Loading…
x
Reference in New Issue
Block a user