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"