mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 17:38:16 +02:00
fix autolock
This commit is contained in:
parent
7bbcd526fe
commit
bb9fb87821
@ -126,8 +126,9 @@ do
|
||||
|
||||
# building REST command
|
||||
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
||||
passinsert="'${passwordC}'"
|
||||
sudo python /home/admin/config.scripts/lnd.unlock.py ${passinsert}
|
||||
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
||||
echo "command(${$command})"
|
||||
unlockResult=$($command)
|
||||
|
||||
else
|
||||
echo "lncli says not locked"
|
||||
|
Loading…
x
Reference in New Issue
Block a user