Remove additional exit command (#485)
authorHaoming Wang <haoming.wang@mieuxplacer.com>
Thu, 5 Nov 2020 02:19:34 +0000 (03:19 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 02:19:34 +0000 (13:19 +1100)
launcher

index 651155a2148c15e98e025295e270e628dc4c8e80..2658c7ea3b918b8bc2c6c3be65fd0ce702184cc1 100755 (executable)
--- 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