From faf96875f61dc4164ec04216d09379b7ba869c64 Mon Sep 17 00:00:00 2001
From: JPHammonds <JPHammonds@anl.gov>
Date: Fri, 2 Aug 2019 16:26:45 -0500
Subject: [PATCH] Add in the DM_DOMAIN_NAME reference.

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 6b09cf9e..2d52a231 100644
--- a/setup.sh
+++ b/setup.sh
@@ -43,7 +43,7 @@ if [ ! -d $DM_SUPPORT_DIR ]; then
 fi
 export DM_OPT_DIR=$DM_SUPPORT_DIR/opt
 export DM_GLASSFISH_DIR=$DM_OPT_DIR/payara
-
+export DM_DOMAIN_NAME=domain1
 
 # Add to path only if directory exists.
 prependPathIfDirExists() {
-- 
GitLab