From 75a8f28ef4a6d9372e661373af76f3046305ee7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 8 Apr 2015 08:02:29 +0000
Subject: [PATCH] shellinabox: do not run in debug mode, it is much slower !

---
 slapos/recipe/shellinabox.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/slapos/recipe/shellinabox.py b/slapos/recipe/shellinabox.py
index dd2643fff3..36a93567aa 100644
--- a/slapos/recipe/shellinabox.py
+++ b/slapos/recipe/shellinabox.py
@@ -69,7 +69,6 @@ def shellinabox(args):
 
   command_line = [
     args['shellinabox'],
-    '-d',
     '-c', certificate_dir,
     '-s', service,
     '--ipv6', args['ipv6'],
-- 
2.30.9