diff --git a/sbin/dm_deploy_web_portal.sh b/sbin/dm_deploy_web_portal.sh
index bb8ff61c01afa9c5b19f13807d8a87288b04a3a9..ae3d8739042b550cb0b7fee297b85ae7a6960a52 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