Skip to content
Snippets Groups Projects
Commit 66344713 authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

removing temporary code

parent ae540351
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ if [ ! -f $DM_CA_CERT_FILE ]; then ...@@ -90,7 +90,7 @@ if [ ! -f $DM_CA_CERT_FILE ]; then
else else
echo "DM CA certificate exists" echo "DM CA certificate exists"
fi fi
exit 0
echo "Checking service certificates" echo "Checking service certificates"
if [ ! -f $DM_WEB_SERVICE_CERT_FILE -o ! -f $DM_WEB_SERVICE_KEY_FILE ]; then 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 if [ ! -f $DM_CA_DIR/certs/$DM_WEB_SERVICE_HOST.crt ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment