Browse Source

fix service menu

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

2
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 [ ${#chain} -eq 0 ]; then chain="main"; fi
if [ ${#autoNatDiscovery} -eq 0 ]; then autoNatDiscovery="off"; fi if [ ${#autoNatDiscovery} -eq 0 ]; then autoNatDiscovery="off"; fi
if [ ${#networkUPnP} -eq 0 ]; then networkUPnP="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" echo "map chain to on/off"
chainValue="off" chainValue="off"

Loading…
Cancel
Save