[Hotfix] Dokploy: fix update (#12116)

This commit is contained in:
Chris
2026-02-20 15:55:51 -05:00
committed by GitHub
parent 120aefbdfe
commit 097ee57598

View File

@@ -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