From 6824c7b8ed2034e93f2e31313bde33091d2dc433 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 19 Apr 2016 14:33:01 +0200
Subject: [PATCH] updated dist.sh

---
 dist.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dist.sh b/dist.sh
index 54fcb45..f89c41e 100755
--- a/dist.sh
+++ b/dist.sh
@@ -51,7 +51,6 @@ then
 elif [ ! -d "${WILDFLY_MODULE_BASE_PATH}" ]
 then
 	echo "$0: WildFly base path '${WILDFLY_MODULE_BASE_PATH}' not created."
-	exit 1
 elif [ ! -d "${WILDFLY_MODULE_PATH}" ]
 then
 	mkdir -vp "${WILDFLY_MODULE_PATH}"
-- 
2.39.5