From 75b048d1899acbc22c1c673b92cfb76b59cdcfc4 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Fri, 20 Nov 2015 10:26:49 -0500 Subject: [PATCH] Add check_https for ldirectord --- GenaSYS.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 229d088..2f31593 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.55" - DATE_="2010-11-23; last update: 2015-11-18" + VERSION_="1.56" + DATE_="2010-11-23; last update: 2015-11-19" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -2299,6 +2299,8 @@ sed -i "s^Priv_NET^$PRIVATENET^g" "$LVSCONFIGFILE" for LVS in $MACHINES_LVS_ONLY do cp -f $LVSCONFIGFILE $OUTDIR/$LVS/etc/ha.d + mkdir -p "$OUTDIR/$LVS/usr/local/bin" + cp -f $TEMPLATEDIR/lvs/check_https "$OUTDIR/$LVS/usr/local/bin" done ### Setup hosts file for LVS and DNS zonefiles on LVS servers. -- 2.11.0