mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-15 07:09:59 +01:00
build
This commit is contained in:
2
port.py
2
port.py
@@ -971,7 +971,7 @@ class Portainer:
|
|||||||
values=service_tuples
|
values=service_tuples
|
||||||
).run()
|
).run()
|
||||||
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__" and s[0] != "__ONLY_CHECK__"]
|
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__"]
|
||||||
else:
|
else:
|
||||||
service_ids = [self.args.service_id]
|
service_ids = [self.args.service_id]
|
||||||
print(self.args)
|
print(self.args)
|
||||||
|
|||||||
Reference in New Issue
Block a user