From: Haoming Wang Date: Thu, 5 Nov 2020 02:19:34 +0000 (+0100) Subject: Remove additional exit command (#485) X-Git-Url: https://vcs.fsf.org/?p=discourse_docker.git;a=commitdiff_plain;h=9f5aff46a9beadfb9857ef0014214f2f0f35e30c Remove additional exit command (#485) --- diff --git a/launcher b/launcher index 651155a..2658c7e 100755 --- a/launcher +++ b/launcher @@ -68,7 +68,6 @@ done if [ -z "$command" -o -z "$config" -a "$command" != "cleanup" ]; then usage - exit 1 fi # Docker doesn't like uppercase characters, spaces or special characters, catch it now before we build everything out and then find out