summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKwadronaut <kwadronaut@leap.se>2012-10-11 17:34:55 +0200
committerKwadronaut <kwadronaut@leap.se>2012-10-11 17:34:55 +0200
commita84f47e913bd09cda3f16b4936de8ec8ff657787 (patch)
tree3ba819bd734ca18158ad680deca1ca34069a84db
parent7e5d36c77bbc4af5087f5f88b83c8290fb933043 (diff)
fix escaping
-rwxr-xr-xcreate-guest-with-cloudinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit
index 8258f11..e416b19 100755
--- a/create-guest-with-cloudinit
+++ b/create-guest-with-cloudinit
@@ -98,7 +98,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