Skip to content

Commit b8957df

Browse files
authored
fixed issue 405 from linux-build repo (#4)
1 parent 4ddc97c commit b8957df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/usr/local/sbin/rock64_fix_performance.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export PATH=/usr/sbin:/usr/bin:/sbin:/bin
77

88
Tweak_CPUFreq_Governor() {
99
if [ ! -d $1 ]; then
10-
continue
10+
# return instead of continue, as continue triggers an error mail from cron...
11+
return
1112
fi
1213

1314
echo ondemand > $1/cpufreq/scaling_governor

0 commit comments

Comments
 (0)