From: Guo Xiang Tan Date: Wed, 21 Jun 2017 08:05:12 +0000 (+0900) Subject: Revert "Allow user arguments to be passed to stop command part 2." X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=98bd0edfb6849dff7abd7e35082a80f6c0cbe29d;p=discourse_docker.git Revert "Allow user arguments to be passed to stop command part 2." This reverts commit 1c8ba2adfc1717f5e2d40f5d9bceeec9688f75b7. --- diff --git a/launcher b/launcher index f59f99e..daf818c 100755 --- 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