Skip to content
Snippets Groups Projects
Commit 7977697d authored by taggart's avatar taggart
Browse files

fix url

parent 64aab412
Branches
Tags
No related merge requests found
...@@ -16,21 +16,21 @@ echo "# domains that are registered by the owner of the domain they are a typo f ...@@ -16,21 +16,21 @@ echo "# domains that are registered by the owner of the domain they are a typo f
for file in $owned; do for file in $owned; do
echo "# ${file%-owned} owned domains" echo "# ${file%-owned} owned domains"
for domain in `cat lists/$file`; do for domain in `cat lists/$file`; do
echo "$domain error: This domain exists, but is probably a typo. Contact http://support.riseup.net/ if this is in error." echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact http://support.riseup.net/ if this is in error." echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
done done
done done
echo echo
echo "# domains that are registered by a squatter/random" echo "# domains that are registered by a squatter/random"
for domain in `cat lists/$registered`; do for domain in `cat lists/$registered`; do
echo "$domain error: This domain exists, but is probably a typo. Contact http://support.riseup.net/ if this is in error." echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact http://support.riseup.net/ if this is in error." echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
done done
echo echo
echo "# domains that aren't registered" echo "# domains that aren't registered"
for domain in `cat lists/$not`; do for domain in `cat lists/$not`; do
echo "$domain error: This domain isn't resolving, but is probably a typo anyway. Contact http://support.riseup.net/ if this is in error." echo "$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain isn't resolving, but is probably a typo anyway. Contact http://support.riseup.net/ if this is in error." echo ".$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net/ if this is in error."
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment