From a178b1ce081d616d2d93fdc612c7b42e711409c2 Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 28 Aug 2024 08:15:35 +0200 Subject: [PATCH] Fix daemon --- freqcpu | 1 + 1 file changed, 1 insertion(+) diff --git a/freqcpu b/freqcpu index e378fd2..d3da9ee 100755 --- a/freqcpu +++ b/freqcpu @@ -113,6 +113,7 @@ if [ "${1}" == "-d" ] ; then num_cpu=$(expr ${num_cpu} + 1) done sleep 3600 + num_cpu=0 done elif [ "${1}" == "-c" ] ; then check_root