From 945cb9f330ef4d4d798a0f70c541c00edc7cbd78 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 28 Oct 2022 13:49:52 +0300 Subject: [PATCH] #40 /dev/null --- src/main/java/com/threecopies/routine/Routine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threecopies/routine/Routine.java b/src/main/java/com/threecopies/routine/Routine.java index cf12c24..688e6b6 100644 --- a/src/main/java/com/threecopies/routine/Routine.java +++ b/src/main/java/com/threecopies/routine/Routine.java @@ -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(),