mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
fix settings menu
This commit is contained in:
parent
f66d927ca5
commit
a603a9bf9d
@ -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 .."
|
||||
|
Loading…
x
Reference in New Issue
Block a user