From 097ee57598de0e45732f436d75f5ddfe80456e31 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 20 Feb 2026 15:55:51 -0500 Subject: [PATCH] [Hotfix] Dokploy: fix update (#12116) --- ct/dokploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dokploy.sh b/ct/dokploy.sh index 3e834178a..610c43ef9 100644 --- a/ct/dokploy.sh +++ b/ct/dokploy.sh @@ -30,7 +30,7 @@ function update_script() { fi msg_info "Updating Dokploy" - $STD bash <(curl -sSL https://dokploy.com/install.sh) + curl -sSL https://dokploy.com/install.sh | $STD bash -s update msg_ok "Updated Dokploy" msg_ok "Updated successfully!" exit