Asynchronous ploting should have some locking... keep it simple = disable
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 23:58:47 +0000 (01:58 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 23:58:47 +0000 (01:58 +0200)
c/goertzel/sleepmon.sh

index 4dfc426043793a2dffe804a3e6166b1d8225c3e6..0d32b65c56f2e7678a52539496d338375d802b5b 100755 (executable)
@@ -40,7 +40,7 @@ arecord | ./goertzel -n i -q -l c -t $tresh -d 4 | while read line; do
                echo -ne "\t$level After $after secs";
        }
        echo;
-       ./sleepplot.sh "$out" &>/dev/null &
+       ./sleepplot.sh "$out" &>/dev/null
        lastdate="$date";
 done | tee "$out"
 kill $pid_test
This page took 0.13125 seconds and 4 git commands to generate.