]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Comment out the script debug mode
authordlezcano <dlezcano>
Sun, 18 Jan 2009 21:47:55 +0000 (21:47 +0000)
committerdlezcano <dlezcano>
Sun, 18 Jan 2009 21:47:55 +0000 (21:47 +0000)
From: Daniel Lezcano <daniel.lezcano@free.fr>

Suppress debug mode in the script

Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
scripts/lxc-debian.in

index 025b791c86eac4f36fd0f60654df6640334a7faf..55f848886d70c8cf9d86f65c29fb7567b81615d7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-set -ex
+set -ex
 
 NAME="debian"
 CONFFILE="lxc.conf"