Another fix for phpredisadmin

This commit is contained in:
VirtuBox
2019-08-01 17:06:01 +02:00
parent 50bf3d4185
commit 6a882d6a75

View File

@@ -1590,7 +1590,7 @@ class WOStackController(CementBaseController):
# PHPREDISADMIN
if self.app.pargs.phpredisadmin:
if not os.path.isdir('/var/www/22222/htdocs/cache/redis'):
if not os.path.isdir('/var/www/22222/htdocs/cache/redis/phpRedisAdmin'):
Log.debug(
self, "Setting packages variable for phpRedisAdmin")
self.app.pargs.composer = True