mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-10 03:07:46 +01:00
<empty commit message>
This commit is contained in:
parent
6831df6762
commit
2c807bdd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ check_connection_request_url() {
|
|||
if [ "_$cr_url" != "_$old_cr_url" ];then
|
||||
rm -rf /etc/cwmpd/.iccu
|
||||
uci set -q -P /etc/cwmpd/.iccu cwmp.cpe.iccu_url=$cr_url
|
||||
cwmp_value_change "InternetGatewayDevice.ManagementServer.ConnectionRequestURL"
|
||||
ubus call tr069 notify '{"parameter": "InternetGatewayDevice.ManagementServer.ConnectionRequestURL", "value": "'$cr_url'", "type": "xsd:string"}'
|
||||
if [ $? -eq 1 ];then
|
||||
uci set -q -P /etc/cwmpd/.iccu cwmp.cpe.iccu_change_state=yes
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue