Skip to content

Commit

Permalink
switch dloads to curl for redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored 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
Original file line number Diff line number Diff line change
Expand Up @@ -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


######################
Expand Down

0 comments on commit 89898a0

Please sign in to comment.