diff --git a/contrib/banner/banner.py b/contrib/banner/banner.py
old mode 100644
new mode 100755
index 9215ce818ba05d776765df09b6e49e968933234a..fc94c5de27876179d554aaae94fcc98d5ac31852
--- 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"