From 29898dda537e9ef14cf85d91b31833e9383f41c0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 16:20:05 +0200 Subject: [PATCH] Remove bash `-x` option --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 0a970ca..a27395b 100755 --- a/plugin.sh +++ b/plugin.sh @@ -28,7 +28,7 @@ run_stack_deploy() { run_stack_wait() { export DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT" - docker run --rm vitalets/docker-stack-wait-deploy | sed 's/True/true/' | bash -x /dev/stdin "$PLUGIN_STACK" + docker run --rm vitalets/docker-stack-wait-deploy | sed 's/True/true/' | bash /dev/stdin "$PLUGIN_STACK" } run_plugin() {