diff --git a/plugins/rpi/cpu_freq_1sec b/plugins/rpi/cpu_freq_1sec index 91286818..384985c1 100755 --- a/plugins/rpi/cpu_freq_1sec +++ b/plugins/rpi/cpu_freq_1sec @@ -24,8 +24,8 @@ then ) done | awk "{ print \"scaling_cur_freq.value \" \$1 \":\" (\$2 * 1000); - system(\"\"); - }" >> $cache + system(\"\"); + }" >> $cache ) & echo $! > $pidfile exit 0