Merge branch 'general-purpose-scripts' of https://git.iternity.dev/thomas.gebert/coyote into general-purpose-scripts

This commit is contained in:
Thomas Gebert 2025-09-24 15:32:58 +02:00
commit ed8a45f22d

View File

@ -45,5 +45,6 @@ elif [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then
cpupower idle-set --disable-by-latency "${CPU_CSTATES_DISABLE_BY_LATENCY}" &> /dev/null
cpupower idle-info
else
echo "No CPU Cstates by latency configured."
echo "No CPU Cstates configured."
fi