commit | b169b6354d9d663b52add12d2d92b13946444a3c | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 12:46:01 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 12:46:01 2011 -0700 |
tree | 5c22133e9e74711ad998276cc6b83b3ec6430dd2 | |
parent | 4b8ab92ebbf58712edb963430cb73aae51717648 [diff] [blame] |
typo in setting root password
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index cc7d121..cc63ba2 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -20,7 +20,7 @@ TOP_DIR=$TOOLS_DIR/.. # Configure the root password of the vm -ROOT_PASSWORD=${ROOT_PASSWORD:password} +ROOT_PASSWORD=${ROOT_PASSWORD:-password} # Where to store files and instances KVMSTACK_DIR=${KVMSTACK_DIR:-/opt/kvmstack}