Skip to content

Commit

Permalink
Better error in check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Mar 17, 2024
1 parent 61e7f40 commit cd267ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd267ab

Please sign in to comment.