Adding sed statement to disable imklog in rsyslog (#489)
[discourse_docker.git] / 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