fix auto-unlock

This commit is contained in:
rootzoll 2019-01-18 01:55:38 +01:00
parent bc80c7c69d
commit 1a192e8663

View File

@ -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