Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-05-30 14:59:04 +02:00 committed by GitHub
parent 8fc5ff192e
commit eb1ec92192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ modules_modified=false
# Loop through each required module
for module in "${MODULES_TO_CHECK[@]}"; do
if [[ -n "${current_set[$module]}" ]]; then
if [[ ",$current_modules," == *",$module,"* ]]; then
echo "'$module' is already enabled."
else
echo "Adding '$module' to enabled_modules..."