From 6219475e063f13963db5fd91afe012b48d8a209e Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 7 Apr 2016 22:16:45 +0200 Subject: Adapt templates for the new paths. With the instance creation script, one ends up without the two extra levels expected by the original installation script, so strip the extra dirs from these templates. NOTE: Applying this patch to the master or v0.9 branches would break the install script. The Debian packaging should probably apply this patch at build time instead. Signed-off-by: Cyril Brulebois --- install/uwsgi.ini.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/uwsgi.ini.template') diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template index dd8f00480..51a4c5b7f 100644 --- a/install/uwsgi.ini.template +++ b/install/uwsgi.ini.template @@ -2,7 +2,7 @@ # variables projectname = #APP_NAME# projectdomain = #URL# -base = #INSTALL_PREFIX#/#DB_NAME#/ishtar/ +base = #INSTALL_PREFIX# # config plugins = python -- cgit v1.2.3