mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix auto-unlock
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user