From afcf436bc6829dadb06d93bb25a5f37d87c8f82d Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Tue, 20 Sep 2016 03:23:46 -0400 Subject: [PATCH] Fix file processor hang --- bdsm.d/file.processor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdsm.d/file.processor b/bdsm.d/file.processor index 7f47079..778ae59 100644 --- a/bdsm.d/file.processor +++ b/bdsm.d/file.processor @@ -41,7 +41,7 @@ help() start() { - cat /home/bdsm/in.fifo >> /home/bdsm/bdsm.log + cat /home/bdsm/in.fifo >> /home/bdsm/bdsm.log & echo $! > /home/bdsm/.processor.pid } -- 1.8.3.1