typo in setting root password
This commit is contained in:
parent
4b8ab92ebb
commit
b169b6354d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue