Fix phpredisadmin install

This commit is contained in:
VirtuBox
2019-08-01 17:02:39 +02:00
parent e9481aa964
commit 50bf3d4185
4 changed files with 7 additions and 13 deletions

View File

@@ -1377,7 +1377,8 @@ class WOStackController(CementBaseController):
# phpredisadmin
if any('/var/lib/wo/tmp/pra.tar.gz' == x[1]
for x in packages):
if not os.path.exists('{0}22222/htdocs/cache/redis'
if not os.path.exists('{0}22222/htdocs/cache/'
'redis/phpRedisAdmin'
.format(WOVariables.wo_webroot)):
Log.debug(self, "Creating new directory "
"{0}22222/htdocs/cache/redis"