From 30fe93267f004185911662b74d27c8e228cdd1aa Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 3 Jul 2019 04:17:31 +0200 Subject: [PATCH] fix service menu --- home.admin/00settingsMenuServices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 9f783b7..aa82c17 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -13,7 +13,7 @@ if [ ${#rtlWebinterface} -eq 0 ]; then rtlWebinterface="off"; fi if [ ${#chain} -eq 0 ]; then chain="main"; fi if [ ${#autoNatDiscovery} -eq 0 ]; then autoNatDiscovery="off"; fi if [ ${#networkUPnP} -eq 0 ]; then networkUPnP="off"; fi -if [ ${#tochscreen} -eq 0 ]; then touchscreen=0; fi +if [ ${#touchscreen} -eq 0 ]; then touchscreen=0; fi echo "map chain to on/off" chainValue="off"