From 80a992f719860f3291d45bb02d7faca9e30bfbfe Mon Sep 17 00:00:00 2001 From: dlezcano Date: Sun, 18 Jan 2009 21:47:55 +0000 Subject: [PATCH] Comment out the script debug mode From: Daniel Lezcano Suppress debug mode in the script Signed-off-by: Daniel Lezcano Signed-off-by: Daniel Lezcano --- scripts/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lxc-debian.in b/scripts/lxc-debian.in index 025b791c8..55f848886 100755 --- a/scripts/lxc-debian.in +++ b/scripts/lxc-debian.in @@ -1,5 +1,5 @@ #!/bin/bash -set -ex +# set -ex NAME="debian" CONFFILE="lxc.conf"