From ac1a2d67d5bd9a4b65c5d23ce6d8970349269637 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 23 May 2016 01:13:24 -0700 Subject: [PATCH] Ctrl+C based on Twitter poll.. https://twitter.com/codinghorror/status/734294838925885440 --- discourse-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discourse-setup b/discourse-setup index e78de5f..3945a9b 100755 --- a/discourse-setup +++ b/discourse-setup @@ -34,7 +34,7 @@ check_disk_and_memory() { echo "Without sufficient swap space, your site may not work properly, and future" echo "upgrades of Discourse may not complete successfully." echo - read -p "ENTER to create a 2GB swapfile now, or Ctrl-C to exit" + read -p "ENTER to create a 2GB swapfile now, or Ctrl+C to exit" ## ## derived from https://meta.discourse.org/t/13880 @@ -273,7 +273,7 @@ ask_user_for_config() { fi echo "" - read -p "ENTER to continue, 'n' to try again, or ^C to exit: " config_ok + read -p "ENTER to continue, 'n' to try again, Ctrl+C to exit: " config_ok done sed -i -e "s/^ DISCOURSE_HOSTNAME:.*/ DISCOURSE_HOSTNAME: $hostname/w $changelog" $config_file -- 2.25.1