mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:19:52 +07:00
functions: add logic check
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
d44f741887
commit
e512310055
@ -557,4 +557,7 @@ function systemCheck () {
|
||||
else
|
||||
CPUFREQ="false"
|
||||
fi
|
||||
# Check for Arc Patch
|
||||
ARCCONF="$(readConfigKey "${MODEL:-SA6400}.serial" "${S_FILE}")"
|
||||
[ -z "${ARCCONF}" ] && writeConfigKey "arc.patch" "false" "${USER_CONFIG_FILE}"
|
||||
}
|
Loading…
Reference in New Issue
Block a user