tazpanel diff powersaving.cgi @ rev 638

boot.iso: allow /dev/cdrom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 05 15:14:01 2022 +0000 (2022-01-05)
parents 4c4eaaf30902
children
line diff
     1.1 --- a/powersaving.cgi	Sun Jul 07 19:59:19 2019 +0200
     1.2 +++ b/powersaving.cgi	Wed Jan 05 15:14:01 2022 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  	case "$p" in
     1.5  	governor)
     1.6  		for i in /sys/devices/system/cpu/cpu*/cpufreq ; do
     1.7 -			echo "$(POST $p)" > $i/scaling_governor
     1.8 +			POST $p > $i/scaling_governor
     1.9  		done
    1.10  	esac
    1.11  done