From 339437f47f0f25a171cf0dfd2782ef1e9a32f352 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 17 Mar 2025 03:28:32 -0700 Subject: [PATCH] Set hostapd_led to warn when status is down --- includes/sysstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/sysstats.php b/includes/sysstats.php index 4bc599e6..7f10d3e5 100755 --- a/includes/sysstats.php +++ b/includes/sysstats.php @@ -50,6 +50,6 @@ if ($hostapd[0] ==1) { $hostapd_led = "service-status-up"; } else { $hostapd_status = "down"; - $hostapd_led = "service-status-down"; + $hostapd_led = "service-status-warn"; }