mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
fix auto-unlock
This commit is contained in:
@@ -128,7 +128,7 @@ do
|
|||||||
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
||||||
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
||||||
echo "command(${command})"
|
echo "command(${command})"
|
||||||
bash -c "${$command}"
|
bash -c "${command}"
|
||||||
#unlockResult=$($command)
|
#unlockResult=$($command)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user