mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41: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 "{
|
||||
print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000);
|
||||
system(\"\");
|
||||
}" >> $cache
|
||||
system(\"\");
|
||||
}" >> $cache
|
||||
) &
|
||||
echo $! > $pidfile
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue