git://git.slightlycyberpunk.com
/
bdsm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b30075
)
Fix file processor hang
author
Brian Flowers
<git-admn@bsflowers.net>
Tue, 20 Sep 2016 07:23:46 +0000
(
03:23
-0400)
committer
Brian Flowers
<git-admn@bsflowers.net>
Tue, 20 Sep 2016 07:23:46 +0000
(
03:23
-0400)
bdsm.d/file.processor
patch
|
blob
|
history
diff --git
a/bdsm.d/file.processor
b/bdsm.d/file.processor
index
7f47079
..
778ae59
100644
(file)
--- 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
}