Fix BUG - Copying files to missing /etc/apache2/apache2-websockets directory.
authorAndy Witter <awitter@georgialibraries.org>
Mon, 11 Jan 2016 15:21:12 +0000 (10:21 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Mon, 11 Jan 2016 15:21:12 +0000 (10:21 -0500)
GenaSYS.sh
templates/setup-functions

index 90f5619..76c7009 100755 (executable)
@@ -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 <awitter@georgialibraries.org>"
         URL_="http://evergreen-ils.org"
    CATEGORY_="devel"
index 8b7bf4b..01bdd99 100644 (file)
@@ -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