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:
parent
48d3de6056
commit
3669b92a60
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue