From 92cadb30c0a1ed86d025aabb9824c7ef7508c8bd Mon Sep 17 00:00:00 2001 From: hmalti Date: Thu, 9 May 2019 19:19:22 +0200 Subject: [PATCH] Suppresion flag debug --- create_container.sh | 2 -- remove_container.sh | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/create_container.sh b/create_container.sh index 3a893b2..271614e 100644 --- a/create_container.sh +++ b/create_container.sh @@ -1,6 +1,4 @@ #!/bin/bash -set -x - while getopts i:c:b:r:a:p: o; do case $o in (i) NOM_IMAGE=$OPTARG;; diff --git a/remove_container.sh b/remove_container.sh index e994283..72e3694 100644 --- a/remove_container.sh +++ b/remove_container.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -x while getopts c: o; do case $o in (c) NAME_CONTAINER_TO_REMOVE=$OPTARG;; -- libgit2 0.21.2