mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-17 11:49:59 +01:00
build
This commit is contained in:
4
port.py
4
port.py
@@ -978,11 +978,11 @@ class Portainer:
|
|||||||
else:
|
else:
|
||||||
self.args.update = True
|
self.args.update = True
|
||||||
if "__ALL__" in service_ids:
|
if "__ALL__" in service_ids:
|
||||||
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__"]
|
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]
|
||||||
print(service_ids)
|
print(service_ids)
|
||||||
|
|
||||||
elif self.args.service_id == "all":
|
elif self.args.service_id == "all":
|
||||||
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__"]
|
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]
|
||||||
else:
|
else:
|
||||||
service_ids = [self.args.service_id]
|
service_ids = [self.args.service_id]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user