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:
2bdc916
)
exit 0 after "container has already started"
author
Jeff Atwood
<jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:12:25 +0000
(17:12 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:12:25 +0000
(17:12 -0700)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 83528f11ce1c3924c31e7c1a471f636104f354b1..873a9cc871eaa33cb8fcbdb0f70016126fe124aa 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-471,7
+471,7
@@
run_start() {
if [ ! -z $existing ]
then
echo "Nothing to do, your container has already started!"
- exit
1
+ exit
0
fi
existing=`$docker_path ps -a | awk '{ print $1, $(NF) }' | grep " $config$" | awk '{ print $1 }'`