imprv comment
This commit is contained in:
parent
67b030fd8f
commit
0a9aa08cd6
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ pkgs.mkShell {
|
|||
local node=${"\${nodes[i]}"}
|
||||
|
||||
if ! kill -0 "$pid" 2>/dev/null; then
|
||||
# Process finished, display its output
|
||||
# Output is only displayed when the process end
|
||||
if [ -f "$tmpdir/$node.log" ]; then
|
||||
cat "$tmpdir/$node.log"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue