Remove unnecessary sudo in init script

This commit is contained in:
Serge Schneider 2015-10-19 12:59:08 +01:00
parent 61bb3c381f
commit b72338835c

View File

@ -26,7 +26,7 @@ case "$1" in
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 100000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
echo 1 | sudo tee /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
echo 1 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy
fi
log_end_msg 0
fi