Browse Source

fix service menu

v1.3
Christian Rotzoll 6 years ago
parent
commit
b7a1c1da49
  1. 6
      home.admin/00settingsMenuServices.sh

6
home.admin/00settingsMenuServices.sh

@ -28,9 +28,9 @@ if [ ${#dynDomain} -gt 0 ]; then
fi
echo "map touchscreen to on/off"
tochscreenMenu='on'
if [ ${tochscreen} -gt 0 ]; then
tochscreenMenu='off'
tochscreenMenu='off'
if [ ${touchscreen} -gt 0 ]; then
tochscreenMenu='on'
fi
echo "check autopilot by lnd.conf"

Loading…
Cancel
Save