mwan3-luci: update to 1.3-4

put dummy echo command back in hotplug script send_alert function to avoid errors

Signed-off-by: Aedan Renner chipdankly@gmail.com
This commit is contained in:
Aedan Renner
2014-09-30 15:41:13 -07:00
parent 3a7af64d8c
commit 80ea53d1f4
2 changed files with 2 additions and 1 deletions
@@ -7,6 +7,7 @@ send_alert()
{
# variable "$1" stores the mwan3 status information
# insert your code here to send the contents of "$1"
echo "$1"
}
gather_event_info()