mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
fix autounlock in background
This commit is contained in:
@@ -126,7 +126,8 @@ do
|
|||||||
|
|
||||||
# building REST command
|
# building REST command
|
||||||
passwordC=$(cat /root/lnd.autounlock.pwd)
|
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
|
else
|
||||||
echo "lncli says not locked"
|
echo "lncli says not locked"
|
||||||
|
Reference in New Issue
Block a user