From: Andy Witter Date: Tue, 3 Dec 2019 17:17:32 +0000 (-0500) Subject: Was omitted in version bump - corrected X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=837fe95a8d720d425de232d61ead2622dd5359c1;p=contrib%2Fpines%2Fgenasys.git Was omitted in version bump - corrected --- diff --git a/GenaSYS.sh b/GenaSYS.sh index 0f800a9..951698f 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -25,7 +25,7 @@ PURPOSE_="Generate config files needed for Evergreen-ILS Cluster" SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" - VERSION_="2.01" + VERSION_="2.02" DATE_="2010-11-23; last update: 2019-12-03" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" @@ -53,7 +53,7 @@ done WD=$(dirname $(readlink -f $0)) CUSTOMDIR="$WD/custom" -EG_VERSION="3.4.0" +EG_VERSION="3.4.1" UBUNTU_CODENAME="xenial" LICENSE="$WD/License.txt" TEMPLATEDIR="$WD/templates" @@ -3358,7 +3358,7 @@ then cp -f "$TMPOSRFNODES" "setup_${NODE_FOLDER}/opensrf_nodes.txt" cp -f "$TEMPLATEDIR/setup_sshkeys.sh" "setup_${NODE_FOLDER}" cp -f "$TEMPLATEDIR/utility/utility_head_ssh_keys.sh" "setup_${NODE_FOLDER}" - cp -f "$TEMPLATEDIR/GenaSYS_FirstRun" "setup_${NODE_FOLDER}" + cp -f "$TEMPLATEDIR/.GenaSYS_FirstRun" "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}" for BRICKHEAD in ${BRICKHEADLIST}