From e91fd9e24af37bcf7703dfd39a8496bfb28ac1f7 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@nico-notebook.schottelius.org>
Date: Fri, 10 Jan 2020 12:00:02 +0100
Subject: [PATCH] disable cli until bug #25 is fixed

---
 scripts/uncloud | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uncloud b/scripts/uncloud
index bfb3174..3690ad9 100755
--- a/scripts/uncloud
+++ b/scripts/uncloud
@@ -10,7 +10,7 @@ from uncloud import UncloudException
 ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner', 'imagescanner', 'metadata', 'configure']
 
 ALL_COMPONENTS = ETCD_COMPONENTS.copy()
-ALL_COMPONENTS.append('cli')
+#ALL_COMPONENTS.append('cli')
 
 
 def exception_hook(exc_type, exc_value, exc_traceback):