PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
SYNOPSIS_="$NAME_"
REQUIRES_="standard GNU commands, apt, dpkg"
- VERSION_="2.04"
- DATE_="2010-11-23; last update: 2019-12-06"
+ VERSION_="2.05"
+ DATE_="2010-11-23; last update: 2019-12-10"
AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
URL_="http://evergreen-ils.org"
CATEGORY_="devel"
fi
if echo ${NODE_FOLDER} | grep -q db0
then
+ ### For Bionic
+ mkdir -p "setup_${NODE_FOLDER}/debs"
+ cp -f ${TEMPLATEDIR}/debs/libmarc-charset-perl*.deb "setup_${NODE_FOLDER}/debs"
+ cp -f ${TEMPLATEDIR}/debs/libmarc-xml-perl*.deb "setup_${NODE_FOLDER}/debs"
+ ### End for Bionic
cp -f "$TMPOSRFNODES" "setup_${NODE_FOLDER}/opensrf_nodes.txt"
cp -f "$TEMPLATEDIR/setup_sshkeys.sh" "setup_${NODE_FOLDER}"
cp -f "$TEMPLATEDIR/db/create_database_${EG_VERSION}.sql" "setup_${NODE_FOLDER}/create_database.sql"