]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
ubuntu-cloud-prep: fix bad declare of VERBOSITY
authorScott Moser <smoser@ubuntu.com>
Fri, 9 Aug 2013 14:37:23 +0000 (15:37 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 9 Aug 2013 14:59:41 +0000 (09:59 -0500)
Signed-off-by: Scott Moser <smoser@ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
hooks/ubuntu-cloud-prep

index d9a32c4cb40ff4dc7661cecc75533e7c9c6286d5..159fd021924e08023a29afe35bc29f2b28277ec9 100755 (executable)
@@ -12,7 +12,7 @@
 ##  LXC_SRC_NAME: old container name
 ##  LXC_ROOTFS_PATH: path or device on which the root fs is located
 
-VERBOSITY=""
+VERBOSITY="0"
 
 error() { echo "$@" 1>&2; }
 debug() { [ "$1" -ge "$VERBOSITY" ] || return; shift; error "$@"; }