diff --git a/version/1.3.1/UPDATE.sh b/version/1.3.1/UPDATE.sh index a24b74ee..bf6cd8e2 100644 --- a/version/1.3.1/UPDATE.sh +++ b/version/1.3.1/UPDATE.sh @@ -15,7 +15,7 @@ wget -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercont systemctl restart admin > /dev/null 2>&1 CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config" -MODULES_TO_CHECK=("mysql" "domains" "filemanager" "php") +MODULES_TO_CHECK=("mysql" "domains" "autoinstaller" "filemanager" "php") # Check if the config file exists if [[ ! -f "$CONFIG_FILE" ]]; then