diff --git a/cm.sh b/cm.sh index 7391cf885fcc53a1fe3b4073bf2a04345e93a75f..ac10269175cd28f95e849c91a00a47b757d5a620 100755 --- a/cm.sh +++ b/cm.sh @@ -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 }