projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3d1c5
)
Remove additional exit command (#485)
author
Haoming Wang
<haoming.wang@mieuxplacer.com>
Thu, 5 Nov 2020 02:19:34 +0000
(
03:19
+0100)
committer
GitHub
<noreply@github.com>
Thu, 5 Nov 2020 02:19:34 +0000
(13:19 +1100)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/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