From bc5e88135e4c37b3014cc258ccd2f4219902eb12 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Mon, 11 Jan 2016 10:21:12 -0500 Subject: [PATCH] Fix BUG - Copying files to missing /etc/apache2/apache2-websockets directory. --- GenaSYS.sh | 4 ++-- templates/setup-functions | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 90f5619..76c7009 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.58" - DATE_="2010-11-23; last update: 2016-01-08" + VERSION_="1.59" + DATE_="2010-11-23; last update: 2016-01-11" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" diff --git a/templates/setup-functions b/templates/setup-functions index 8b7bf4b..01bdd99 100644 --- a/templates/setup-functions +++ b/templates/setup-functions @@ -66,6 +66,7 @@ if apt-get update echo echo "Websockets found copying config files..." sleep 2 + mkdir -p /etc/apache2/apache2-websockets cp -f $WD/websockets/* /etc/apache2/apache2-websockets fi a2dismod websocket -- 2.11.0