mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix autounlock in background
This commit is contained in:
parent
cf39728ca4
commit
8d4acb3dbc
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ do
|
|||
|
||||
# building REST command
|
||||
passwordC=$(cat /root/lnd.autounlock.pwd)
|
||||
sudo python /home/admin/config.scripts/lnd.unlock.py '$passwordC'
|
||||
passinsert="'${passwordC}'"
|
||||
sudo python /home/admin/config.scripts/lnd.unlock.py $passinsert
|
||||
|
||||
else
|
||||
echo "lncli says not locked"
|
||||
|
|
Loading…
Add table
Reference in a new issue