From cb84089e51877f5807ccca0ea66b3d49a0956a62 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 30 Apr 2019 14:39:55 +0200 Subject: [PATCH] extract phpmemcachedadmin in the proper folder --- wo/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 8eafe59..1cd236a 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -1200,7 +1200,7 @@ class WOStackController(CementBaseController): " {0}22222/htdocs/cache/memcached " .format(WOVariables.wo_webroot)) WOExtract.extract(self, '/tmp/memcached.tar.gz', - '{0}22222/htdocs/cache/memcached' + '{0}22222/htdocs/cache/memcached/' .format(WOVariables.wo_webroot)) Log.debug(self, "Setting Privileges to " "{0}22222/htdocs/cache/memcached file"