mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
in html mode the sed statement for the server banner had and error resulting in sed messages like "unknown option to s"
This commit is contained in:
parent
4e3b2318ab
commit
615a93e69e
@ -1923,7 +1923,7 @@ emphasize_stuff_in_headers(){
|
||||
-e "s/Win64/${html_yellow}Win64${html_off}/g" \
|
||||
-e "s/Ubuntu/${html_yellow}Ubuntu${html_off}/g" \
|
||||
-e "s/ubuntu/${html_yellow}ubuntu${html_off}/g" \
|
||||
-e "s/stretch//${html_yellow}stretch${html_off}/g" \
|
||||
-e "s/stretch/${html_yellow}stretch${html_off}/g" \
|
||||
-e "s/jessie/${html_yellow}jessie${html_off}/g" \
|
||||
-e "s/squeeze/${html_yellow}squeeze${html_off}/g" \
|
||||
-e "s/wheezy/${html_yellow}wheezy${html_off}/g" \
|
||||
|
Loading…
Reference in New Issue
Block a user