mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-25 23:58:02 +02:00
Set hostapd_led to warn when status is down
This commit is contained in:
parent
ef04678947
commit
339437f47f
@ -50,6 +50,6 @@ if ($hostapd[0] ==1) {
|
|||||||
$hostapd_led = "service-status-up";
|
$hostapd_led = "service-status-up";
|
||||||
} else {
|
} else {
|
||||||
$hostapd_status = "down";
|
$hostapd_status = "down";
|
||||||
$hostapd_led = "service-status-down";
|
$hostapd_led = "service-status-warn";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user