mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
fix auto-unlock
This commit is contained in:
parent
f746ae100d
commit
bc80c7c69d
@ -128,7 +128,8 @@ do
|
||||
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
||||
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
||||
echo "command(${command})"
|
||||
unlockResult=$($command)
|
||||
bash -c "${$command}"
|
||||
#unlockResult=$($command)
|
||||
|
||||
else
|
||||
echo "lncli says not locked"
|
||||
|
Loading…
x
Reference in New Issue
Block a user