mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:59:53 +07:00
arc: fix logic
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
4c81cfdedd
commit
a0fb758acb
@ -334,13 +334,11 @@ function arcVersion() {
|
||||
else
|
||||
KVERP="${KVER}"
|
||||
fi
|
||||
if [ "${AUTOMATED}" == "false" ]; then
|
||||
# Rewrite modules
|
||||
writeConfigKey "modules" "{}" "${USER_CONFIG_FILE}"
|
||||
while read -r ID DESC; do
|
||||
writeConfigKey "modules.\"${ID}\"" "" "${USER_CONFIG_FILE}"
|
||||
done < <(getAllModules "${PLATFORM}" "${KVERP}")
|
||||
fi
|
||||
# Check for Only Version
|
||||
if [ "${ONLYVERSION}" == "true" ]; then
|
||||
# Build isn't done
|
||||
|
Loading…
Reference in New Issue
Block a user