From e1ee9def602eb1a72221202529ae9fd2e61e3b65 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 31 Mar 2019 17:20:40 +0200 Subject: [PATCH] fix composer install --- 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 a9e9cb9..a8943b6 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -1035,7 +1035,7 @@ class WOStackController(CementBaseController): recursive=True) if os.path.isfile("/tmp/composer-install"): - WOShellExec.cmd_exec(self, "php -q /tmp/composer-install" + WOShellExec.cmd_exec(self, "php -q /tmp/composer-install " "--install-dir=/tmp/") shutil.move('/tmp/composer.phar', '/usr/local/bin/composer')