Fix path oops.
This commit is contained in:
parent
9496931a64
commit
bb0c8ffd47
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ set_cpu_gov() {
|
|||
do
|
||||
if [ -e "${POLICY}/scaling_governor" ]
|
||||
then
|
||||
echo $1 >${POLICY}/scaling_governor 2>/dev/null
|
||||
echo $1 >/sys/devices/system/cpu/cpufreq/${POLICY}/scaling_governor 2>/dev/null
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue