From 33c14f532ea2d7067514046c2fd3991a2f26e231 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 11 May 2016 16:34:50 -0700 Subject: [PATCH] remove root warning on swapfile create, since we require root at start now --- discourse-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discourse-setup b/discourse-setup index d05d3fb..d077ab0 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 (you will need to be root), 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 -- 2.25.1