From c0682d478d3586ddfd52f81a105433465a11f646 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 16 Dec 2025 23:35:45 +0100 Subject: [PATCH] build --- port.py | 1 + 1 file changed, 1 insertion(+) diff --git a/port.py b/port.py index e633f37..200444c 100644 --- a/port.py +++ b/port.py @@ -978,6 +978,7 @@ class Portainer: print(self.args) print(service_ids) input() + if self.args.update is False: if "__ONLY_CHECK__" in service_ids: service_ids.remove("__ONLY_CHECK__")