Added to delay to wait for service reloads

This commit is contained in:
Vivek Kumar Dutta 2023-11-14 12:21:07 +05:30
parent 62566e4e81
commit d01799af9a
No known key found for this signature in database
GPG key ID: 65C818099F37097D

View file

@ -617,6 +617,7 @@ void icwmp_restart_services()
cwmp_commit_package("icwmp", UCI_VARSTATE_CONFIG);
}
icwmp_free_list_services();
sleep(5); // wait for services to get restarted
}
/*