From c0901747b3108bb08c1311197750a5650e0db3e0 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 10 Jan 2014 12:23:32 +0100 Subject: [PATCH] Don't switch to ap mode when updating --- src/rest/api/api_update.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rest/api/api_update.lua b/src/rest/api/api_update.lua index ffd378c..99d1167 100644 --- a/src/rest/api/api_update.lua +++ b/src/rest/api/api_update.lua @@ -159,8 +159,8 @@ function M.install_POST(request, response) updater.setLogger(log) updater.setState(updater.STATE.INSTALLING,"") - local ssid = wifi.getSubstitutedSsid(settings.get('network.ap.ssid')) - local rv,msg = netconf.enableAccessPoint(ssid) + --local ssid = wifi.getSubstitutedSsid(settings.get('network.ap.ssid')) + --local rv,msg = netconf.enableAccessPoint(ssid) if not argVersion then local success,status,msg = updater.getStatus()