From: Andy Witter Date: Mon, 11 Jan 2016 15:21:12 +0000 (-0500) Subject: Fix BUG - Copying files to missing /etc/apache2/apache2-websockets directory. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc5e88135e4c37b3014cc258ccd2f4219902eb12;p=contrib%2Fpines%2Fgenasys.git Fix BUG - Copying files to missing /etc/apache2/apache2-websockets directory. --- 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