From 6c9b5760a9184a7b7a7f40d38d1539478a2c41fc Mon Sep 17 00:00:00 2001
From: JPHammonds <JPHammonds@anl.gov>
Date: Tue, 20 Aug 2019 12:43:25 -0500
Subject: [PATCH] Needed to comment line 134.  This is the second line of the
 comment and it was missed.

---
 sbin/dm_deploy_web_portal.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/dm_deploy_web_portal.sh b/sbin/dm_deploy_web_portal.sh
index 46aaf894..fdc182d9 100755
--- a/sbin/dm_deploy_web_portal.sh
+++ b/sbin/dm_deploy_web_portal.sh
@@ -28,7 +28,7 @@ fi
 echo "Using DB name: $DM_DB_NAME"
 
 #assign default domain name domain1 if it was not previously set.  Override this 
-by defining in setup.sh
+# by defining in setup.sh
 DM_DOMAIN_NAME=${DM_DOMAIN_NAME:=domain1}
 
 # Look for deployment file in etc directory, and use it to override
-- 
GitLab