From eaeded08d6fc7da9b20904b224567050da6737ec Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 May 2025 10:55:14 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.1/UPDATE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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