This commit is contained in:
2025-12-16 23:35:45 +01:00
parent db1710e065
commit c0682d478d

View File

@@ -978,6 +978,7 @@ class Portainer:
print(self.args) print(self.args)
print(service_ids) print(service_ids)
input() input()
if self.args.update is False: if self.args.update is False:
if "__ONLY_CHECK__" in service_ids: if "__ONLY_CHECK__" in service_ids:
service_ids.remove("__ONLY_CHECK__") service_ids.remove("__ONLY_CHECK__")