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:
4ee18c8
)
wait a bit more if necessary for container stop
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Wed, 13 May 2020 18:41:47 +0000
(15:41 -0300)
committer
Rafael dos Santos Silva
<xfalcox@gmail.com>
Wed, 13 May 2020 18:41:47 +0000
(15:41 -0300)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 82c682590623e728b32b607e7cc718aea128217b..96b8869aa7f14f0de5a9e0eef0964dcc305ef488 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-806,7
+806,7
@@
case "$command" in
echo "Stopping old container"
(
set -x
- $docker_path stop -t
1
0 $config
+ $docker_path stop -t
6
0 $config
)
fi