Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-05-22 12:11:31 +02:00 committed by GitHub
parent 0582cc048e
commit 4e386b0440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ if [[ $modules_modified -eq 1 ]]; then
updated_modules=$(IFS=','; echo "${enabled_array[*]}")
# Use double quotes around the value when writing back
sed -i "s/^enabled_modules=\".*\"/enabled_modules=\"${updated_modules}\"/" "$CONFIG_FILE"
sed -i "s/^enabled_modules=\(.*\)$/enabled_modules=\"\1\"/" "$CONFIG_FILE"
echo "Updated enabled_modules in config file."
fi