fix service menu

This commit is contained in:
Christian Rotzoll 2019-07-03 04:17:31 +02:00
parent 2667d30531
commit 30fe93267f

View File

@ -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"