extract phpmemcachedadmin in the proper folder

This commit is contained in:
VirtuBox
2019-04-30 14:39:55 +02:00
parent e16c61113b
commit cb84089e51

View File

@@ -1200,7 +1200,7 @@ class WOStackController(CementBaseController):
" {0}22222/htdocs/cache/memcached " " {0}22222/htdocs/cache/memcached "
.format(WOVariables.wo_webroot)) .format(WOVariables.wo_webroot))
WOExtract.extract(self, '/tmp/memcached.tar.gz', WOExtract.extract(self, '/tmp/memcached.tar.gz',
'{0}22222/htdocs/cache/memcached' '{0}22222/htdocs/cache/memcached/'
.format(WOVariables.wo_webroot)) .format(WOVariables.wo_webroot))
Log.debug(self, "Setting Privileges to " Log.debug(self, "Setting Privileges to "
"{0}22222/htdocs/cache/memcached file" "{0}22222/htdocs/cache/memcached file"