From e0a330c23b080dddf48eb2cd41b1279d7e084cf0 Mon Sep 17 00:00:00 2001 From: zribiahmed Date: Tue, 12 Feb 2013 15:20:32 +0000 Subject: [PATCH] fix bug script --- src/scripts/freecwmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/freecwmp.sh b/src/scripts/freecwmp.sh index d3e076e..45d3ec7 100644 --- a/src/scripts/freecwmp.sh +++ b/src/scripts/freecwmp.sh @@ -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"