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