From: Roland Häder <roland@mxchange.org>
Date: Sat, 24 Jun 2017 21:10:56 +0000 (+0200)
Subject: updated path for local cp of libraries
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8594d156c553f8e3da05dc8c4592dc58b3d3bf64;p=jcore-utils.git

updated path for local cp of libraries

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/dist.sh b/dist.sh
index 0038723..993d125 100755
--- a/dist.sh
+++ b/dist.sh
@@ -16,7 +16,7 @@ WILDFLY_MODULE_PATH="${WILDFLY_MODULE_BASE_PATH}/${NAME}/main"
 WILDFLY_MODULE_XML_FILE="wildfly/module.xml"
 
 # Glassfish base path (domain)
-GLASSFISH_BASE_PATH="${HOME}/gf_domain/domain/lib"
+GLASSFISH_BASE_PATH="${HOME}/gf_domain/lib"
 
 # Remote Glassfish path
 GLASSFISH_SSH_PATH="/var/payara/domains/domain1/lib"