ref: 5a6a10aba73281e44d2553cfcbce7ff40a581e00
parent: 22b118cfb22e81942b83398808e105793ea776ca
author: kvik <kvik@a-b.xyz>
date: Thu Nov 14 14:57:02 EST 2019
Fix program name
--- a/bin/plumbreport
+++ b/bin/plumbreport
@@ -5,6 +5,6 @@
out=/fd/1
for(p in `{@{cd /mnt/plumb; ls}}){
if(! ~ $p (send rules)){
- exec plumbeat $p >>$out &
+ exec eatplumb $p >>$out &
}
}