Skip to content
Snippets Groups Projects
Commit 89f038c5 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix _certMustNotExist()

parent a54142ec
No related branches found
No related tags found
1 merge request!7fix _certMustNotExist()
...@@ -92,9 +92,9 @@ function _certMustNotExist(){ ...@@ -92,9 +92,9 @@ function _certMustNotExist(){
if _certExists if _certExists
then then
echo "ERROR: cert ${CM_fqdn} was added already." echo "ERROR: cert ${CM_fqdn} was added already."
exit 1 # exit 1
# echo "Press Ctrl+C to abort within the next 10 sec..." echo "Press Ctrl+C to abort within the next 10 sec..."
# sleep 10 sleep 10
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment