Revert "Allow user arguments to be passed to stop command part 2."
authorGuo Xiang Tan <tgx_world@hotmail.com>
Wed, 21 Jun 2017 08:05:12 +0000 (17:05 +0900)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Wed, 21 Jun 2017 08:05:12 +0000 (17:05 +0900)
This reverts commit 1c8ba2adfc1717f5e2d40f5d9bceeec9688f75b7.

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