From e7c9756c1ae10a5a08df8ac879491d79d5d5f805 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 22 Jan 2019 12:02:06 -0500 Subject: [PATCH] Syndetics uses HTTPS connections now --- GenaSYS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0