summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Scott <paul.scott@kau.se>2021-01-21 09:03:36 +0000
committerPaul Scott <paul.scott@kau.se>2021-01-21 09:03:36 +0000
commit366ae01ac64047635a40544bd337bfefa65bb99a (patch)
tree34dfa091afd7349f601f7c3d33db60920f376513 /Makefile
parent018090878469f620480a1e4c0f5412c337f80699 (diff)
Resolves SWAMID-3490
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc2f891d..8adb56b3 100644
--- a/Makefile
+++ b/Makefile
@@ -154,7 +154,7 @@ testGeantCoCo:
echo " Known bad link to CoCo in PrivacyStatementURL: $$x" 1>&2 ; \
else \
if ! grep -q "$$url $$lang $$mdui_PrivacyStatementURL" sp-with-once-ok-coco-link ; then \
- curl -A 'Mozilla' -s -L -m 5 "$$url" < /dev/null | grep "https*://www.geant.net/uri/dataprotection-code-of-conduct/v1" > /dev/null && echo "$$url $$lang $$mdui_PrivacyStatementURL" >> sp-with-once-ok-coco-link || echo " Missing link to geant.net/code-of-conduct/v1 in PrivacyStatementURL $$lang ($$url)" ; \
+ curl -A 'Mozilla' -s -L -m 10 "$$url" < /dev/null | grep "http*://www.geant.net/uri/dataprotection-code-of-conduct/v1" > /dev/null && echo "$$url $$lang $$mdui_PrivacyStatementURL" >> sp-with-once-ok-coco-link || echo " Missing link to geant.net/code-of-conduct/v1 in PrivacyStatementURL $$lang ($$url)" ; \
fi ; \
fi ; \
done ; \