Updated Findings and HowTo Fix them (markdown)

Dirk Wetter 2016-06-07 08:56:35 +02:00
parent 20967e0d38
commit 91c819ddad

@ -1,6 +1,6 @@
## Small Debugging HowTo ## Small Debugging HowTo
### extended debugging output ### Extended debugging output
Two options here: 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>"`` * 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 * spot the section where the bug is
* edit the script and put **after** the section an ``exit 0`` * edit the script and put **after** the section an ``exit 0``