From: Andy Witter Date: Thu, 10 Nov 2016 15:45:48 +0000 (-0500) Subject: Add websockets to sip and utility servers for now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e48a17e115b6ff5b202d009b0a014a6305d7ceb;p=contrib%2Fpines%2Fgenasys.git Add websockets to sip and utility servers for now --- diff --git a/GenaSYS.sh b/GenaSYS.sh index e583215..7f7a8e5 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.67" - DATE_="2010-11-23; last update: 2016-08-21" + VERSION_="1.68" + DATE_="2010-11-23; last update: 2016-11-10" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -3157,10 +3157,12 @@ then cp -f "$TEMPLATEDIR/setup_sshkeys.sh" "setup_${NODE_FOLDER}" cp -f "$TEMPLATEDIR/utility/opensrf-crontab" "setup_${NODE_FOLDER}" cp -f "$TEMPLATEDIR/Net-Z3950-SimpleServer-1.12.tar.gz" "setup_${NODE_FOLDER}" + cp -f "$TEMPLATEDIR/apache2/websockets" "setup_${NODE_FOLDER}" fi if echo ${NODE_FOLDER} | grep -q sip0 then cp -f "$TEMPLATEDIR/Net-Z3950-SimpleServer-1.12.tar.gz" "setup_${NODE_FOLDER}" + cp -f "$TEMPLATEDIR/apache2/websockets" "setup_${NODE_FOLDER}" [ -e "${CUSTOMDIR}/oils_sip.xml" ] && cp -f "${CUSTOMDIR}/oils_sip.xml" "setup_${NODE_FOLDER}" fi if echo ${NODE_FOLDER} | grep -q reporter0