arc-functions: fix syntax

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-07-01 19:44:57 +02:00
parent 50bee6f3c7
commit 60c38fa781

View File

@ -2076,7 +2076,6 @@ function governorSelection () {
[ "${PLATFORM}" != "epyc7002" ] && CPUGOVERNOR="ondemand"
fi
writeConfigKey "arc.governor" "${CPUGOVERNOR}" "${USER_CONFIG_FILE}"
else
if [ "${CUSTOM}" == "false" ]; then
dialog --backtitle "$(backtitle)" --title "CPU Frequency Scaling" \
--msgbox "CPU frequency scaling not supported!" 0 0