From e0387a26e68e4b5f2a7c4473daacbac71121e8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Je=C4=8Dmenica?= <147708271+radovanjecmenica@users.noreply.github.com> Date: Mon, 19 May 2025 14:32:29 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.1/UPDATE.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/version/1.3.1/UPDATE.sh b/version/1.3.1/UPDATE.sh index 3f13640f..a0077688 100644 --- a/version/1.3.1/UPDATE.sh +++ b/version/1.3.1/UPDATE.sh @@ -1,5 +1,10 @@ #!/bin/bash +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 + CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config" MODULES_TO_CHECK=("mysql" "filemanager" "php")