mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix auto-unlock
This commit is contained in:
parent
bc80c7c69d
commit
1a192e8663
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue