Skip to content

Commit

Permalink
#40 /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 28, 2022
1 parent 7beb9f7 commit 945cb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/threecopies/routine/Routine.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private void start(final Script script, final Item log)
);
this.shell.exec(
String.format(
"%s/start.sh %s %s &",
"%s/start.sh %s %s >/dev/null 2>&1 &",
Routine.DIR, container, period
),
new DeadInputStream(),
Expand Down

0 comments on commit 945cb9f

Please sign in to comment.