Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-05-19 14:49:00 +02:00 committed by GitHub
parent ee70d96bb0
commit 30d13decff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ wget -O /etc/openpanel/openadmin/service/service.config.py https://raw.githubuse
systemctl restart admin > /dev/null 2>&1
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
MODULES_TO_CHECK=("mysql" "filemanager" "php")
MODULES_TO_CHECK=("mysql" "domains" "filemanager" "php")
# Check if the config file exists
if [[ ! -f "$CONFIG_FILE" ]]; then