From 38c8a3d80a68994401ddebbc62e3c3b9942147bc Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Fri, 21 Oct 2016 08:09:06 -0400 Subject: [PATCH] Fix BUG: sysdetics base url was not being added to opensrf.xml --- GenaSYS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index f78df9f..e583215 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -25,8 +25,8 @@ PURPOSE_="Generate config files needed for Evergreen-ILS Cluster" SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" - VERSION_="1.66" - DATE_="2010-11-23; last update: 2016-08-20" + VERSION_="1.67" + DATE_="2010-11-23; last update: 2016-08-21" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -1846,7 +1846,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 '/OpenILS::WWW::/a \\t http://syndetics.com/index.aspx' $TMPOPENSRF_XML + sed -i '/OpenILS::WWW::/a \\t http://syndetics.com/index.aspx' $TMPOPENSRF_XML fi ### Start setup of munin.conf file -- 2.11.0