projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdd72f
)
remove root warning on swapfile create, since we require root at start now
author
Jeff Atwood
<jatwood@codinghorror.com>
Wed, 11 May 2016 23:34:50 +0000
(16:34 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Wed, 11 May 2016 23:34:50 +0000
(16:34 -0700)
discourse-setup
patch
|
blob
|
blame
|
history
diff --git
a/discourse-setup
b/discourse-setup
index d05d3fb137c16aa545c336f61a208a8747cc4f88..d077ab07651d5a859f46243442e32f5e25353dbe 100755
(executable)
--- 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