From 66344713080b096012140d21ae3dc552b57b9a0b Mon Sep 17 00:00:00 2001 From: "Barbara B. Frosik" <bfrosik@aps.anl.gov> Date: Tue, 25 Aug 2015 19:32:21 +0000 Subject: [PATCH] removing temporary code --- sbin/dm_deploy_daq_web_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dm_deploy_daq_web_service.sh b/sbin/dm_deploy_daq_web_service.sh index c4421aba..d056c012 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 -- GitLab