mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
fix service menu
This commit is contained in:
@@ -28,9 +28,9 @@ if [ ${#dynDomain} -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "map touchscreen to on/off"
|
echo "map touchscreen to on/off"
|
||||||
tochscreenMenu='on'
|
tochscreenMenu='off'
|
||||||
if [ ${tochscreen} -gt 0 ]; then
|
if [ ${touchscreen} -gt 0 ]; then
|
||||||
tochscreenMenu='off'
|
tochscreenMenu='on'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "check autopilot by lnd.conf"
|
echo "check autopilot by lnd.conf"
|
||||||
|
Reference in New Issue
Block a user