Fix phpRedisAdmin typo

This commit is contained in:
VirtuBox
2019-09-01 22:56:17 +02:00
parent 1e6d41d3d8
commit e9d59dacf1

View File

@@ -1297,7 +1297,7 @@ def post_pref(self, apt_packages, packages, upgrade=False):
.format(WOVariables.wo_webroot)) .format(WOVariables.wo_webroot))
if not os.path.isfile('/var/www/22222/htdocs/cache/redis/' if not os.path.isfile('/var/www/22222/htdocs/cache/redis/'
'phpRedisAdmin/composer.lock'): 'phpRedisAdmin/composer.lock'):
WOShellExec.cmd_exec(self, "/usr/local/bin/composer" WOShellExec.cmd_exec(self, "/usr/local/bin/composer "
"create-project --no-plugins " "create-project --no-plugins "
"--no-scripts -n -s dev " "--no-scripts -n -s dev "
"erik-dubbelboer/php-redis-admin " "erik-dubbelboer/php-redis-admin "