From: Sam Nazarko Date: Thu, 31 Mar 2016 00:16:42 +0000 (+0100) Subject: Inform the user that they can --skip-prereqs if they want to continue after port... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1410a21f5d0b9e5a9bff9666bbcb8a5407282e4d;p=discourse_docker.git Inform the user that they can --skip-prereqs if they want to continue after port check fails Signed-off-by: Sam Nazarko --- 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 }