diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-18 13:24:28 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-18 13:24:28 +0200 |
commit | c55f87dc5559b4540d17e1960678cb796a3c6359 (patch) | |
tree | 6976f8ed4c1dd1d26ffc5e3c7121e82fd7f8c93a /scripts | |
parent | 422767de1f2c1a9d585d35d43c6f71ac4c4876a0 (diff) |
example with already downloaded metadatafile added
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-sp-md.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get-sp-md.sh b/scripts/get-sp-md.sh index 4926c010..f162aa8c 100755 --- a/scripts/get-sp-md.sh +++ b/scripts/get-sp-md.sh @@ -14,6 +14,7 @@ if [ -z "$metadataurl" ] ; then cat <<EOF Usage: `basename $0` <metadataurl> Ex: `basename $0` https://www.mysp.com/Shibboleth.sso/Metadata + `basename $0` file://some-downloaded-metadata.xml EOF exit 1 fi |