#!/bin/sh /etc/rc.common
# Copyright (C) 2008-2010 OpenWrt.org

START=99

[ -f "/tmp/log/omada.log" ] && {
	sed -i '/failed to obtain the IP address for/d' /tmp/log/omada.log
	sed -i '/failed to connect to the server because sending/d' /tmp/log/omada.log
}

