diff --git a/sbin/dm_deploy_daq_web_service.sh b/sbin/dm_deploy_daq_web_service.sh
index c4421aba7375a3ee14b158280cef4b0d792269fd..d056c012b1b95fa05f602ab95e4d733ca1e50ec3 100755
--- a/sbin/dm_deploy_daq_web_service.sh
+++ b/sbin/dm_deploy_daq_web_service.sh
@@ -90,7 +90,7 @@ if [ ! -f $DM_CA_CERT_FILE ]; then
     else
     echo "DM CA certificate exists"
 fi
-exit 0
+
 echo "Checking service certificates"
 if [ ! -f $DM_WEB_SERVICE_CERT_FILE -o ! -f $DM_WEB_SERVICE_KEY_FILE ]; then
     if [ ! -f $DM_CA_DIR/certs/$DM_WEB_SERVICE_HOST.crt ]; then