Set hostapd_led to warn when status is down

This commit is contained in:
billz
2025-03-17 03:28:32 -07:00
parent ef04678947
commit 339437f47f

View File

@@ -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";
}