From 3047c111a69c2f6b42c510b93945cd8735eac82b Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 15 Jan 2014 08:36:06 -0500 Subject: [PATCH] Fix installation order in genasys config txt file. --- GenaSYS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index c5db6a9..9d4d19a 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.27" - DATE_="2010-09-23; last update: 2014-01-14" + VERSION_="1.28" + DATE_="2010-09-23; last update: 2014-01-15" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -2835,7 +2835,7 @@ echo "nodes in the cluster, extract and run the installation" >> "$NETCFGFILE" echo "and reboot each one before starting on the next one." >> "$NETCFGFILE" echo "Install in the order listed below." >> "$NETCFGFILE" echo >> "$NETCFGFILE" -echo "lvs logger db brick01-head other-bricks reporter utility sip" >> "$NETCFGFILE" +echo "lvs logger backup reporter db memcache brick01-head other-bricks sip utility monitor" >> "$NETCFGFILE" echo "" >> "$NETCFGFILE" echo "_________________________________________________________________________" >> "$NETCFGFILE" echo "*** Please secure this file as it contains sensitvive information. ***" >> "$NETCFGFILE" -- 2.11.0