From 5f9007006e3c6488525f4e366d54fa74b07f0d6c Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Tue, 21 Apr 2015 13:10:04 +0000
Subject: [PATCH] remove unneded code in deployment script

---
 sbin/dm_deploy_daq_web_service.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sbin/dm_deploy_daq_web_service.sh b/sbin/dm_deploy_daq_web_service.sh
index 1148143b..fc88c145 100755
--- a/sbin/dm_deploy_daq_web_service.sh
+++ b/sbin/dm_deploy_daq_web_service.sh
@@ -79,11 +79,6 @@ chmod 700 $DM_SSL_DIR
 echo "Stopping web service for $DM_DB_NAME"
 $DM_WEB_SERVICE_INIT_CMD stop $DM_DB_NAME
 
-if [ ! -f $DM_ETC_DIR/$DM_DB_NAME.db.passwd ]; then
-    echo "DB passsword file not found"
-    exit 1
-fi
-
 echo "Checking CA certificate"
 if [ ! -f $DM_CA_CERT_FILE ]; then
     echo "Copying DM CA cert"
-- 
GitLab