#446 removed constant output

This commit is contained in:
Christian Rotzoll 2019-04-03 03:01:11 +01:00
parent 88078e9a40
commit 7c9d9272b6

View File

@ -169,11 +169,8 @@ do
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
bash -c "${command}"
else
echo "lncli says not locked"
fi
else
echo "auto-unlock is OFF"
fi
fi