mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
ucentral-event: fix boot detection
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -295,6 +295,8 @@ function is_reboot() {
|
||||
let file = fs.open(boot_file, "w");
|
||||
if (file)
|
||||
file.close();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
let ubus_methods = {
|
||||
|
||||
Reference in New Issue
Block a user