fix settings menu

This commit is contained in:
/rootzoll 2020-02-10 20:46:23 +01:00
parent f66d927ca5
commit a603a9bf9d

View File

@ -495,7 +495,7 @@ else
fi
# LNBits process choice
choice="off"; check=$(echo "${CHOICES}" | grep -c "m")
choice="off"; check=$(echo "${CHOICES}" | grep -c "i")
if [ ${check} -eq 1 ]; then choice="on"; fi
if [ "${LNBits}" != "${choice}" ]; then
echo "LNBits Setting changed .."