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