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")