diff options
| -rwxr-xr-x | create-guest-with-cloudinit | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit index 41d8b00..aeb568c 100755 --- a/create-guest-with-cloudinit +++ b/create-guest-with-cloudinit @@ -99,7 +99,7 @@ echo "Attached userdata-disk is at $VARDIR/$vmname-user-data.img"  echo  echo "Finished creating guest $vmname. Enjoy."  echo -echo Press <return> to start the new guest. +echo "Press <return> to start the new guest."  read bogus  echo | 
