commit 9be91c42651017a27465185a7fb959d3027c4e26 parent 51c968dacc2d994fe91df0c058e62c337f942126 Author: Christoph Lohmann <20h@r-36.net> Date: Wed, 23 Feb 2011 10:10:18 +0100 Mark to self: Always disable debugging on push. Diffstat:
etc/conn/common.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/conn/common.sh b/etc/conn/common.sh @@ -1,7 +1,7 @@ #!/bin/sh LOGGING=0 -DEBUG=1 +DEBUG=0 # If none is set, a connection always needs to be specified. DEFAULTCONNECTION="wifi"