summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-04 16:46:44 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-04 16:46:44 +0000
commit43196982308c7632398f4140a49d9daa57a5ab57 (patch)
treef1eed0fff413e885926829533a5b34a8558d0273
parent6ea613c8f9cc7c14e38ec9de0d32964c23f93904 (diff)
downloadgenivi-initial-setup-43196982308c7632398f4140a49d9daa57a5ab57.tar.gz
Add that telephone number is optional in request-trove-account
-rwxr-xr-xrequest-trove-account2
1 files changed, 1 insertions, 1 deletions
diff --git a/request-trove-account b/request-trove-account
index 1f5ec8a..16fbafb 100755
--- a/request-trove-account
+++ b/request-trove-account
@@ -6,7 +6,7 @@ echo -n "Please enter your name: "
read name
echo -n "Please enter your E-mail address: "
read email
-echo -n "Please enter a telephone number: "
+echo -n "Please enter a telephone number (optional): "
read phone
if [ -e ~/.ssh/id_rsa.pub ]; then