From 3ace1be27af93e0027b4199f41cbebc9c869b50e Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 5 Sep 2023 17:16:05 +0900 Subject: [PATCH] =?UTF-8?q?stdout=EC=9D=84=20dev/null=EB=A1=9C=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- houston.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/houston.sh b/houston.sh index e61d244..09fc9ef 100644 --- a/houston.sh +++ b/houston.sh @@ -1,4 +1,4 @@ #!/bin/sh -nohup /home/opdev/houston -client -logfile & +nohup /home/opdev/houston -client -logfile > /dev/null &