From: Roland Häder <roland@mxchange.org>
Date: Sat, 24 Jun 2017 21:11:02 +0000 (+0200)
Subject: updated path for local cp of libraries
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4df3da66d1a6edc59cda805a356e149298548db2;p=jaddressbook-lib.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 00387236..993d125b 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"