exit when lnd is not installed

This commit is contained in:
rootzoll
2021-09-21 17:55:21 +02:00
parent 780bc9450a
commit c0847a4255

View File

@@ -14,6 +14,7 @@ elif [ $lndVersion -eq 11 ]; then
else
echo "# LND not installed or a version not tested with chantools"
lncli -v
exit 1
fi
# command info