mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:39:52 +07:00
arc: fix syntax
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
edd58ac378
commit
8f0943fb82
@ -35,7 +35,7 @@ if ! grep -q "^flags.*acpi.*" /proc/cpuinfo; then
|
||||
else
|
||||
ACPISYS="true"
|
||||
fi
|
||||
if $(ls -ltr /sys/devices/system/cpu/cpufreq/* 2>/dev/null | wc -l) -gt 0; then
|
||||
if [ $(ls -ltr /sys/devices/system/cpu/cpufreq/* 2>/dev/null | wc -l) -gt 0 ]; then
|
||||
CPUFREQ="true"
|
||||
else
|
||||
CPUFREQ="false"
|
||||
|
Loading…
Reference in New Issue
Block a user