From 262bf77225c81bd360d8c06a9e8ade8ab8d6d3e5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 19 Aug 2019 18:27:53 +0200 Subject: [PATCH] Fix filename --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index 3c984e1..7bf2f29 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -237,7 +237,7 @@ def post_pref(self, apt_packages, packages): WOTemplate.tmpl_render(self, '{0}/php72.conf' .format(ngxcom), - 'php72.mustache', data) + 'php.mustache', data) WOTemplate.tmpl_render(self, '{0}/redis-php72.conf'