mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:29:53 +07:00
arc-functions: fix syntax
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
50bee6f3c7
commit
60c38fa781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user