From efb3f07c13e97b5cd46a3dfb6c010cdc52c2ad25 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 26 Sep 2017 19:04:10 +0200 Subject: [PATCH] set public folder --- render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.py b/render.py index 9b66d43..96c8d15 100755 --- a/render.py +++ b/render.py @@ -6,7 +6,7 @@ import stat import shutil TEMPLATE_PATH = "templates" -PUBLIC_PATH = "public" +PUBLIC_PATH = "/var/www/reudnetz.org/" files = os.path.join(PUBLIC_PATH, "files") style = os.path.join(PUBLIC_PATH, "style")