From: dlezcano Date: Sun, 18 Jan 2009 21:47:55 +0000 (+0000) Subject: Comment out the script debug mode X-Git-Tag: lxc_0_6_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a992f719860f3291d45bb02d7faca9e30bfbfe;p=thirdparty%2Flxc.git 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 --- 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"