mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Set hostapd_led to warn when status is down
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user