From 98bd0edfb6849dff7abd7e35082a80f6c0cbe29d Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 21 Jun 2017 17:05:12 +0900 Subject: [PATCH] Revert "Allow user arguments to be passed to stop command part 2." This reverts commit 1c8ba2adfc1717f5e2d40f5d9bceeec9688f75b7. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1