Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1412f3c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: overlayfs: suppress mkfs output"

parents e7d0c83d 4560714d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -636,7 +636,7 @@ bool fs_mgr_overlayfs_make_scratch(const std::string& scratch_device, const std:
        LERROR << mnt_type << " has no mkfs cookbook";
        LERROR << mnt_type << " has no mkfs cookbook";
        return false;
        return false;
    }
    }
    command += " " + scratch_device;
    command += " " + scratch_device + " >/dev/null 2>/dev/null </dev/null";
    fs_mgr_set_blk_ro(scratch_device, false);
    fs_mgr_set_blk_ro(scratch_device, false);
    auto ret = system(command.c_str());
    auto ret = system(command.c_str());
    if (ret) {
    if (ret) {