From 91c819ddad52992baa6f85133b41a2b03eb178fa Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 7 Jun 2016 08:56:35 +0200 Subject: [PATCH] Updated Findings and HowTo Fix them (markdown) --- Findings-and-HowTo-Fix-them.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Findings-and-HowTo-Fix-them.md b/Findings-and-HowTo-Fix-them.md index 7e9f071..56218cb 100644 --- a/Findings-and-HowTo-Fix-them.md +++ b/Findings-and-HowTo-Fix-them.md @@ -1,6 +1,6 @@ ## Small Debugging HowTo -### extended debugging output +### Extended debugging output Two options here: @@ -8,9 +8,9 @@ Two options here: * Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh optionfortherightsection>"`` -### debug yourself +### Debug yourself -YMMV, this is just a hint. +YMMV * spot the section where the bug is * edit the script and put **after** the section an ``exit 0``