#!/bin/sh /etc/rc.common



apply()
{
  	json -f /var/status_tr069_time set system inform_time=$(date "+%s")
	uci set cwmp.tr069.inform_respone_time="$(date -R)"
	
}

