mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
luci-mod-ucentral: the unit was not correctly rebooting after "save & apply"
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
32524c19bd
commit
f971f3a4d4
@ -12,10 +12,6 @@ var callReboot = rpc.declare({
|
||||
expect: { result: 0 }
|
||||
});
|
||||
|
||||
callReboot = function() {
|
||||
return Promise.resolve(0);
|
||||
}
|
||||
|
||||
function handleReboot(ev) {
|
||||
return callReboot().then(function(res) {
|
||||
if (res != 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user