fix bug script

This commit is contained in:
zribiahmed 2013-02-12 15:20:32 +00:00
parent 984fe676f9
commit e0a330c23b

View file

@ -494,7 +494,7 @@ if [ "$action" = "apply_notification" -o "$action" = "apply_value" ]; then
# applying
/sbin/uci ${UCI_CONFIG_DIR:+-c $UCI_CONFIG_DIR} commit
if [ "$action" = "apply_value" ]; then
ubus ${UBUS_SOCKET:+-s $UBUS_SOCKET} call tr069 set_parameter_values_status '{ "status": "0" }' 2> /dev/null
ubus ${UBUS_SOCKET:+-s $UBUS_SOCKET} call tr069 SetParameterValuesStatus '{ "status": "0" }' 2> /dev/null
fi
if [ "$action" = "apply_notification" ]; then
freecwmp_fault_output "" "" "0"