From dad96ee67e5f4efed692cbe10d28b46c638f1b42 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 20 May 2025 11:59:53 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.1/UPDATE.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/version/1.3.1/UPDATE.sh b/version/1.3.1/UPDATE.sh index 84e0b255..ca97b059 100644 --- a/version/1.3.1/UPDATE.sh +++ b/version/1.3.1/UPDATE.sh @@ -3,7 +3,12 @@ echo "" echo "📥 Updating openadmin service.." wget -O /etc/openpanel/openadmin/service/service.config.py https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/service/service.config.py -systemctl restart admin > /dev/null 2>&1 + +echo "" +echo "📥 Installing features for openadmin.." +wget -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/config/features.json + +systemctl restart admin > /dev/null 2>&1 CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config" MODULES_TO_CHECK=("mysql" "domains" "filemanager" "php")