mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
fix auto-unlock
This commit is contained in:
parent
bc80c7c69d
commit
1a192e8663
@ -128,7 +128,7 @@ do
|
||||
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
||||
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
||||
echo "command(${command})"
|
||||
bash -c "${$command}"
|
||||
bash -c "${command}"
|
||||
#unlockResult=$($command)
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user