From ed3d71a217586e117aa203882d39c6446d2b035a Mon Sep 17 00:00:00 2001 From: RENAUD Maxence DGAC/CRNA-N Date: Mon, 21 Oct 2019 15:51:52 +0200 Subject: [PATCH] =?UTF-8?q?Closes=20#3=20test=20cl=C3=B4ture=20action=20(p?= =?UTF-8?q?our=20l'action=203,=20voir=20commit=20pr=C3=A9c=C3=A9dent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- set_cert_key.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/set_cert_key.sh b/set_cert_key.sh index 5fbf7e5..db06752 100644 --- a/set_cert_key.sh +++ b/set_cert_key.sh @@ -1,4 +1,5 @@ #!/bin/sh +SEP="-----------------------------------------------------" NBR_RESULTS=$(find ./cert -name '*.p12' | wc -l) if [ $NBR_RESULTS = '0' ]; then printf "Aucun fichier trouvé avec l'extension .p12 dans cert/\n"