Support local managment for embedded agent on nginx

This commit is contained in:
davidga 2022-11-13 15:41:43 +02:00
parent 8e65a39c27
commit 4809e93461

View File

@ -159,10 +159,6 @@ HybridCommunication::downloadAttributeFile(const GetResourceFile &resourse_file)
}
if (file_name.compare("policy") == 0) {
return curr_policy;
}
if (resourse_file.getFileName() == "manifest") {
if (!access_token.ok()) return genError("Acccess Token not available.");