Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2025-05-22 10:55:14 +02:00
committed by GitHub
parent 71c599fa46
commit eaeded08d6

View File

@@ -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