Commit 54e339f9 by Scott Moser Committed by Serge Hallyn

ubuntu-cloud-prep: fix bad declare of VERBOSITY

parent 65d8ae9c
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
## LXC_SRC_NAME: old container name ## LXC_SRC_NAME: old container name
## LXC_ROOTFS_PATH: path or device on which the root fs is located ## LXC_ROOTFS_PATH: path or device on which the root fs is located
VERBOSITY="" VERBOSITY="0"
error() { echo "$@" 1>&2; } error() { echo "$@" 1>&2; }
debug() { [ "$1" -ge "$VERBOSITY" ] || return; shift; error "$@"; } debug() { [ "$1" -ge "$VERBOSITY" ] || return; shift; error "$@"; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment