Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
one more tweak to idp ver test
pcaskey committed Dec 10, 2021
1 parent 135614e commit be78149
Showing 1 changed file with 1 addition and 1 deletion.
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!"

0 comments on commit be78149

Please sign in to comment.