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:
1c8ba2a
)
Revert "Allow user arguments to be passed to stop command part 2."
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 21 Jun 2017 08:05:12 +0000
(17:05 +0900)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Wed, 21 Jun 2017 08:05:12 +0000
(17:05 +0900)
This reverts commit
1c8ba2adfc1717f5e2d40f5d9bceeec9688f75b7
.
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index f59f99e542fadee62738f5b07f786f1a66b05978..daf818ca3d10857d5052059aba51e9a5f4f18a0e 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-688,7
+688,7
@@
case "$command" in
destroy)
- (set -x; $docker_path stop -t 10 $
user_args $
config && $docker_path rm $config) || (echo "$config was not found" && exit 0)
+ (set -x; $docker_path stop -t 10 $config && $docker_path rm $config) || (echo "$config was not found" && exit 0)
exit 0
;;
esac