mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
update services/storage_daemon/utils/file_utils.cpp.
Signed-off-by: sunxiaoqiang <sunxiaoqiang7@huawei.com>
This commit is contained in:
parent
72fbdcba18
commit
7a07b2d834
@ -461,10 +461,6 @@ int ForkExec(std::vector<std::string> &cmd, std::vector<std::string> *output)
|
||||
LOGE("Process exits abnormally");
|
||||
return E_ERR;
|
||||
}
|
||||
if (!WEXITSTATUS(status)) {
|
||||
LOGE("Process exited with an error");
|
||||
return E_ERR;
|
||||
}
|
||||
}
|
||||
return E_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user