dever 7 anni fa
parent
commit
804a805785
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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