diff --git a/check.sh b/check.sh index 7f80cb6..e307855 100755 --- a/check.sh +++ b/check.sh @@ -32,6 +32,9 @@ do else printf "%-34b %4s bytes %s\n" "${GREEN}✔ $fw ${NC}" "${#url_output}" "$url" fi + else + # if exist in config, but not exist the dir + FAIL=1 fi done