typo in setting root password

This commit is contained in:
Jesse Andrews 2011-10-24 12:46:01 -07:00
parent 4b8ab92ebb
commit b169b6354d

View file

@ -20,7 +20,7 @@ TOOLS_DIR=$(cd $(dirname "$0") && pwd)
TOP_DIR=$TOOLS_DIR/.. TOP_DIR=$TOOLS_DIR/..
# Configure the root password of the vm # Configure the root password of the vm
ROOT_PASSWORD=${ROOT_PASSWORD:password} ROOT_PASSWORD=${ROOT_PASSWORD:-password}
# Where to store files and instances # Where to store files and instances
KVMSTACK_DIR=${KVMSTACK_DIR:-/opt/kvmstack} KVMSTACK_DIR=${KVMSTACK_DIR:-/opt/kvmstack}