adding debug output

This commit is contained in:
rootzoll 2019-12-14 12:53:48 +01:00
parent 98b9769158
commit e62b8e0112

View File

@ -118,8 +118,10 @@ if [ ${lndRunning} -eq 0 ]; then
echo "TOR was not selected"
fi
echo "Starting LND Service ..."
sudo systemctl enable lnd
sudo systemctl start lnd
echo ""
echo "waiting ."
sleep 10