From d9189bce051ca63ef36322c7958b539fb374378f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 16 May 2025 12:49:00 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.0/UPDATE.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/version/1.3.0/UPDATE.sh b/version/1.3.0/UPDATE.sh index f9ba0493..f5e522cf 100644 --- a/version/1.3.0/UPDATE.sh +++ b/version/1.3.0/UPDATE.sh @@ -2,6 +2,10 @@ 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 + + +echo "" +echo "📥 Updating rootless.json.." +wget -O /etc/openpanel/docker/daemon/rootless.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/docker/daemon/rootless.json