From 636bd0c3891dc845adbdb039cb4f3c18d161c43a Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 20 Apr 2015 12:50:56 +0000
Subject: [PATCH] modified web service protocol variable; typo fixed

---
 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 bb8ff61c..ae3d8739 100755
--- a/sbin/dm_deploy_web_portal.sh
+++ b/sbin/dm_deploy_web_portal.sh
@@ -71,7 +71,7 @@ eval $cmd
 configFile=WEB-INF/classes/dm.portal.properties
 cmd="cat $configFile | sed 's?dm.dsWebService.url=.*?dm.dsWebService.url=https://${DM_DS_WEB_SERVICE_HOST}:${DM_DS_WEB_SERVICE_PORT}/dm?g' > $configFile.2 && mv $configFile.2 $configFile"
 eval $cmd
-> 
+ 
 configFile=WEB-INF/classes/resources.properties
 cmd="cat $configFile | sed 's?DmSoftwareVersion=.*?DmSoftwareVersion=${DM_SOFTWARE_VERSION}?g' | sed 's?DM_DATE?$DM_DATE?g' > $configFile.2 && mv $configFile.2 $configFile"
 eval $cmd
-- 
GitLab