mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
fix autounlock in background
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user