From a84f47e913bd09cda3f16b4936de8ec8ff657787 Mon Sep 17 00:00:00 2001 From: Kwadronaut Date: Thu, 11 Oct 2012 17:34:55 +0200 Subject: fix escaping --- create-guest-with-cloudinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 to start the new guest. +echo "Press to start the new guest." read bogus echo -- cgit v1.2.3