From 1410a21f5d0b9e5a9bff9666bbcb8a5407282e4d Mon Sep 17 00:00:00 2001 From: Sam Nazarko Date: Thu, 31 Mar 2016 01:16:42 +0100 Subject: [PATCH] Inform the user that they can --skip-prereqs if they want to continue after port check fails Signed-off-by: Sam Nazarko --- launcher | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher b/launcher index 74feb7e..8471e81 100755 --- 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 } -- 2.25.1