#48: Redirect compression command echo
to /dev/null
This commit is contained in:
parent
c0db4eb437
commit
8d4f31d106
2
main.cpp
2
main.cpp
@ -684,7 +684,7 @@ void exec(unsigned short threadId, string cmd, bool debug)
|
|||||||
debugErrFilePath = debugCommonFilePath + ".err";
|
debugErrFilePath = debugCommonFilePath + ".err";
|
||||||
cmd += " >> " + debugOutFilePath;
|
cmd += " >> " + debugOutFilePath;
|
||||||
cmd += " 2>> " + debugErrFilePath;
|
cmd += " 2>> " + debugErrFilePath;
|
||||||
cmd += "; echo \"" + initialCmd + "\" | tee -a " + debugOutFilePath + " " + debugErrFilePath;
|
cmd += "; echo \"" + initialCmd + "\" | tee -a " + debugOutFilePath + " " + debugErrFilePath + " > /dev/null";
|
||||||
}
|
}
|
||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user