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

Merge branch '5213-handle-dns-alias-domain' into 'master'

fix _certMustNotExist()

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