mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-15 07:09:59 +01:00
build
This commit is contained in:
3
port.py
3
port.py
@@ -976,7 +976,8 @@ class Portainer:
|
|||||||
if "__ONLY_CHECK__" in service_ids:
|
if "__ONLY_CHECK__" in service_ids:
|
||||||
service_ids.remove("__ONLY_CHECK__")
|
service_ids.remove("__ONLY_CHECK__")
|
||||||
self.args.update = False
|
self.args.update = False
|
||||||
|
else:
|
||||||
|
self.args.update = True
|
||||||
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__"]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user