Skip to content
Snippets Groups Projects

fix _certMustNotExist()

Merged Hahn Axel (hahn) requested to merge 5213-handle-dns-alias-domain into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -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
}
Loading