diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-03-18 08:41:16 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-03-18 08:41:16 +0100 |
commit | f895987c0bc7e7ebf074007071ac730c23820796 (patch) | |
tree | 9ce5bcfbcfb25e117f69f3dd0f06245674c67fd1 /scripts | |
parent | 4ed1db17c260b596ea834e1d0d3f62cf8e0e0d0f (diff) |
Added fetch to update local swamid-2.0.xml
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-and-validate.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update-and-validate.sh b/scripts/update-and-validate.sh index 362af8e8..4e53f4f1 100755 --- a/scripts/update-and-validate.sh +++ b/scripts/update-and-validate.sh @@ -34,3 +34,5 @@ update() cd /opt/swamid-metadata || exit 1 update +# to be able to show non-swamid entities on web-page +wget -qO swamid-2.0.xml https://mds.swamid.se/md/swamid-2.0.xml |