Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris More committed Jun 27, 2011
1 parent e42405a commit ae1cb14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions check-domain.sh
Expand Up @@ -31,6 +31,7 @@ elif [ $response == "404" ]; then
status_type="error"
elif [ $response == "500" ]; then
status="Error: $response Internal Server Error"
status_type="error"
elif [ $response == "301" ] || [ $response == "302" ]; then
# Check to see if a website is just redirecting from http to https
website_redirected=$(curl --write-out %{url_effective} --silent --output /dev/null -L $pro://$address)
Expand Down
1 change: 0 additions & 1 deletion check.sh
Expand Up @@ -9,7 +9,6 @@ outputfile="output.txt"

#####

exec `sort -o $inputfile $inputfile`
exec `cat /dev/null > $outputfile`
exec `rm -rf web > /dev/null`

Expand Down

0 comments on commit ae1cb14

Please sign in to comment.