Skip to content

log4j, tomcat, java updates #99

merged 4 commits into from Dec 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
one more tweak to idp ver test
pcaskey committed Dec 10, 2021
commit be781491c40432c8098712df7da0e6453e5511a9
2 changes: 1 addition & 1 deletion tests/checkidpver.sh
@@ -54,7 +54,7 @@ else
fi

#check if that version is available in the 'latest' download area (return is 0 if current, non-zero if not current)
wget --spider https://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-${shibver}.tar.gz
wget --no-check-certificate --spider https://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-${shibver}.tar.gz

if [ $? == '0' ]; then
echo "Running IdP version (${shibver}) is current!"