Inform the user that they can --skip-prereqs if they want to continue after port...
authorSam Nazarko <email@samnazarko.co.uk>
Thu, 31 Mar 2016 00:16:42 +0000 (01:16 +0100)
committerSam Nazarko <email@samnazarko.co.uk>
Mon, 4 Apr 2016 18:15:49 +0000 (19:15 +0100)
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
launcher

index 74feb7e7184782a206af9b5879c9bfcda84e5e91..8471e817722ed3ffb73b006e817f44d2928edfe4 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -208,6 +208,7 @@ check_ports() {
     echo ""
     echo "If you are trying to run Discourse simultaneously with another web server like Apache or nginx, you will need to bind to a different port."
     echo "See https://meta.discourse.org/t/17247 for help."
+    echo "To continue anyway, re-run Launcher with --skip-prereqs"
     exit 1
   fi
 }