mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:29:53 +07:00
update: syntax fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
94a5d42b75
commit
06d2fd2028
@ -224,7 +224,7 @@ function updateModules() {
|
||||
echo "Rebuilding Modules..."
|
||||
while read -r ID DESC; do
|
||||
writeConfigKey "modules.${ID}" "" "${USER_CONFIG_FILE}"
|
||||
done <<<$(getAllModules "${PLATFORM}" "${KVERP}")
|
||||
done <<<"$(getAllModules "${PLATFORM}" "${KVERP}")"
|
||||
fi
|
||||
else
|
||||
echo "Error extracting new Version!"
|
||||
|
Loading…
Reference in New Issue
Block a user