From fb0f601ad4e0079e40e631535834999ec954a159 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 28 Jun 2015 23:26:47 +0200 Subject: [PATCH] fix default configuration --- conf/ldapcherry.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index f8bf594..fa5c1a4 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -135,4 +135,4 @@ templates.dir = '/usr/share/ldapcherry/templates/' [/static] tools.staticdir.on = True -tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/' +tools.staticdir.dir = '/usr/share/ldapcherry/static/'