Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch dloads to curl for redirects
pcaskey committed Feb 19, 2019
1 parent a746b6b commit 89898a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configBuilder.sh
@@ -103,8 +103,10 @@ mkdir -p config/shib-idp/metadata
##############################################################
#
echo "Downloading TIER default configs"
wget -q -O ${TMP_DIR_S}.zip ${SHB_CFG_URL} > /dev/null
wget -q -O ${TMP_DIR_T}.zip ${TOM_CFG_URL} > /dev/null
#wget -q -O ${TMP_DIR_S}.zip ${SHB_CFG_URL} > /dev/null
#wget -q -O ${TMP_DIR_T}.zip ${TOM_CFG_URL} > /dev/null
curl -kLo ${TMP_DIR_S}.zip ${SHB_CFG_URL} > /dev/null
curl -kLo ${TMP_DIR_T}.zip ${TOM_CFG_URL} > /dev/null


######################

0 comments on commit 89898a0

Please sign in to comment.