mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 11:38:34 +01:00
fix bug script
This commit is contained in:
parent
984fe676f9
commit
e0a330c23b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue