repair is successful

Change-Id: I4ebaa4fe029bad42bda095b87d68c752741e406e
gugelfrei
yova 1 year ago
parent 85ffd688e9
commit 5c43c7b0fb

@ -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