mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix service menu
This commit is contained in:
parent
30fe93267f
commit
b7a1c1da49
@ -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…
Reference in New Issue
Block a user