mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
8fc5ff192e
commit
eb1ec92192
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user