1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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 "{ done | awk "{
print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000); print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000);
system(\"\"); system(\"\");
}" >> $cache }" >> $cache
) & ) &
echo $! > $pidfile echo $! > $pidfile
exit 0 exit 0