Skip to content

Commit ff6c07e

Browse files
committed
Clean
1 parent 2200b04 commit ff6c07e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ do
2323
if ! [[ "$url_output" =~ ^('Hello World!')(.*)(([0-9]*):(([0-9]+([.][0-9]*)?|[.][0-9]+)):([0-9]*))$ ]]; then
2424
echo -e "${RED}${ERROR} $fw ${NC}"
2525
echo "$url"
26+
2627
if [ -x "$(command -v w3m)" ]; then
2728
echo "$url_output" | w3m -dump -T text/html
2829
else
2930
echo "$url_output"
3031
fi
32+
3133
FAIL=1
3234
else
3335
echo -e "${GREEN}${OK} $fw ${NC}"

0 commit comments

Comments
 (0)