From: Jeff Atwood Date: Wed, 11 May 2016 23:34:50 +0000 (-0700) Subject: remove root warning on swapfile create, since we require root at start now X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=33c14f532ea2d7067514046c2fd3991a2f26e231;p=discourse_docker.git remove root warning on swapfile create, since we require root at start now --- 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