From 1f28957e5a3823efb84511d768f7424b9152ffd2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 5 Jun 2025 20:05:00 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.7/UPDATE.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/version/1.3.7/UPDATE.sh b/version/1.3.7/UPDATE.sh index 4930648b..d396417b 100644 --- a/version/1.3.7/UPDATE.sh +++ b/version/1.3.7/UPDATE.sh @@ -1,5 +1,14 @@ #!/bin/bash + +mkdir -p /etc/openpanel/openpanel/features + +wget -O /etc/openpanel/openpanel/features/default.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/default.txt +wget -O /etc/openpanel/openpanel/features/basic.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/basic.txt +wget -O /etc/openpanel/openpanel/features/mysql_only.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/mysql_only.txt + + + DB_CONFIG_FILE="/usr/local/opencli/db.sh" . "$DB_CONFIG_FILE"