From 9f5aff46a9beadfb9857ef0014214f2f0f35e30c Mon Sep 17 00:00:00 2001 From: Haoming Wang Date: Thu, 5 Nov 2020 03:19:34 +0100 Subject: [PATCH] Remove additional exit command (#485) --- launcher | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1