repair is successful

Change-Id: I4ebaa4fe029bad42bda095b87d68c752741e406e
yova 1 year ago
parent 981e9b47b1
commit 5f7c9adccf

@ -45,7 +45,7 @@ status_t Check(const std::string& source) {
cmd.push_back(source);
int rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext);
if (rc == 0) {
if (rc == 0 || rc == 1) {
LOG(INFO) << "Check OK";
return 0;
} else {

Loading…
Cancel
Save