From d9857b90b3a7ac85fd3837a28ad4890010c7aa5e Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Wed, 10 Aug 2016 23:46:55 +0200
Subject: [PATCH] removed debugging bash

---
 create-cumulusvx-image/create-cumulus-vx-image.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/create-cumulusvx-image/create-cumulus-vx-image.sh b/create-cumulusvx-image/create-cumulus-vx-image.sh
index ce7282a..7157f45 100644
--- a/create-cumulusvx-image/create-cumulus-vx-image.sh
+++ b/create-cumulusvx-image/create-cumulus-vx-image.sh
@@ -8,6 +8,7 @@
 # V0.3     checking whether it is safe to unmount the working directory
 # V0.3.1   added support for newer glance releases (e.g. kilo) used in VIRL 1.0.0
 # V0.4     fixed check for existing images, added support for Cumulus VX 3.x
+# V0.41    removed debug bash
 
 
 # usage
@@ -128,7 +129,7 @@ EOF
 #DEBUG:
 #  run bash to allow manual changes to the image before packing
 #
-bash
+#bash
 
 safe_unmount cumulusvx-boot-$TIMESTAMP
 safe_unmount cumulusvx-root-$TIMESTAMP
-- 
GitLab