From f196c5eedae37956967adc5cbc794cb771a83ae6 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Wed, 18 Mar 2020 13:55:05 +0100
Subject: [PATCH] Changed default log folder.

---
 .gitignore | 1 +
 install.sh | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2a52948..050e83c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 .idea/
 *.pyc
 *.log
+logs
 .vscode/tags
 configuration/engine.ini
 web/css/aura-clock-bundle.css
diff --git a/install.sh b/install.sh
index eed16fe..3277127 100755
--- a/install.sh
+++ b/install.sh
@@ -45,6 +45,9 @@ fi
 
 # Development and Production
 
+echo "Create local Logs Folder ..."
+mkdir -p logs
+
 echo "Installing Web Application Packages ..."
 ./install-web.sh
 
-- 
GitLab