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