From 80928049ff0c22efa64690c45ca5b3e0cbccff7b Mon Sep 17 00:00:00 2001 From: Mehdi Date: Fri, 24 Nov 2023 10:19:26 +0500 Subject: [PATCH] Updated. --- generate-certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-certs.sh b/generate-certs.sh index 2e81fde..7cd5f0d 100644 --- a/generate-certs.sh +++ b/generate-certs.sh @@ -135,7 +135,7 @@ else eval "${post_hook}" if [ $? -eq 0 ]; then - echo "Post hook successfully executed." + echo -e "\n${separator}\nPost hook successfully executed.\n${separator}\n" else echo -e "\n${separator}\nERROR! Unable to execute post hook.\n${separator}" fi