From: Andy Witter Date: Fri, 21 Oct 2016 12:09:06 +0000 (-0400) Subject: Fix BUG: sysdetics base url was not being added to opensrf.xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=38c8a3d80a68994401ddebbc62e3c3b9942147bc;p=contrib%2Fpines%2Fgenasys.git Fix BUG: sysdetics base url was not being added to opensrf.xml --- 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