2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

p/cpu_freq_1sec: fix the indentation

This commit is contained in:
Steve Schnepp 2013-12-06 21:10:00 +01:00
parent 48d3de6056
commit 3669b92a60

View File

@ -24,8 +24,8 @@ then
)
done | awk "{
print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000);
system(\"\");
}" >> $cache
system(\"\");
}" >> $cache
) &
echo $! > $pidfile
exit 0