From: Chris Sharp Date: Tue, 22 Jan 2019 17:02:06 +0000 (-0500) Subject: Syndetics uses HTTPS connections now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e7c9756c1ae10a5a08df8ac879491d79d5d5f805;p=contrib%2Fpines%2Fgenasys.git Syndetics uses HTTPS connections now --- diff --git a/GenaSYS.sh b/GenaSYS.sh index 9ce32f4..e9e7e34 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -1855,7 +1855,7 @@ if [ "$USE_SYNDETICS" == "y" ]|| [ "$USE_SYNDETICS" == "Y" ] sed -i 's^OpenLibrary added content^Syndetics added content^g' $TMPOPENSRF_XML sed -i "s^MODULE_USER_ID^$SYNDETICS_USER_ID^g" $TMPOPENSRF_XML # sed -i 's^^http://syndetics.com/index.aspx^g' $TMPOPENSRF_XML - sed -i '/OpenILS::WWW::/a \\t http://syndetics.com/index.aspx' $TMPOPENSRF_XML + sed -i '/OpenILS::WWW::/a \\t https://syndetics.com/index.aspx' $TMPOPENSRF_XML fi ### Start setup of munin.conf file