dever %!s(int64=7) %!d(string=hai) anos
pai
achega
804a805785
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/tool/cluster.py

+ 3 - 1
src/tool/cluster.py

@@ -205,7 +205,9 @@ class Cluster_Action(Docker_Action):
 		if ckey:
 			Env.cluster(ckey)
 		ckey = Env.cluster()
-		Env.cluster('yes')
+		if not ckey:
+			ckey = 'dm_cluster'
+			Env.cluster(ckey)
 		return (ip, ckey)
 
 	@classmethod