From a9e00bdf1215e6cca2ffc5ef0ee49d7822587112 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 30 May 2025 21:36:15 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.4/UPDATE.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/version/1.3.4/UPDATE.sh b/version/1.3.4/UPDATE.sh index d5b798ae..aa441d66 100644 --- a/version/1.3.4/UPDATE.sh +++ b/version/1.3.4/UPDATE.sh @@ -1,5 +1,6 @@ #!/bin/bash + wget -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/config/features.json wget -O /etc/openpanel/openpanel/features/default.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/default.txt @@ -16,6 +17,14 @@ fi +wget -O /tmp/tailwind.css http://185.119.90.220:2083/static/dist/output.css +docker cp /tmp/tailwind.css openpanel:/static/dist/output.css +rm -rf /tmp/tailwind.css + + + + + CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config" MODULES_TO_CHECK=("mysql" "domains" "autoinstaller" "filemanager" "php")