From 30936b61ba083ffe65d52819da0faa97eca2c238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz>
Date: Fri, 1 Jul 2022 15:03:24 +0200
Subject: [PATCH] Update path

---
 contrib/banner/banner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 contrib/banner/banner.py

diff --git a/contrib/banner/banner.py b/contrib/banner/banner.py
old mode 100644
new mode 100755
index 9215ce8..fc94c5d
--- a/contrib/banner/banner.py
+++ b/contrib/banner/banner.py
@@ -14,7 +14,7 @@ def main(args):
     SVGNS = "http://www.w3.org/2000/svg"
 
     # We set up path and names
-    banner_path = "./"
+    banner_path = "/var/www/banner/"
     banner_name = "banner.svg"
     template_name = "banner-template.svg"
 
-- 
GitLab