浏览代码

Fix "The input device is not a TTY" error during setup

Mark Shust 3 年之前
父节点
当前提交
8aada97708
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/bin/setup

+ 1 - 1
compose/bin/setup

@@ -90,7 +90,7 @@ echo "Ensuring Composer auth.json is setup..."
 bin/setup-composer-auth
 
 echo "Installing cron, run 'bin/cron start' to enable..."
-bin/magento cron:install
+bin/clinotty bin/magento cron:install
 
 echo "Turning on developer mode.."
 bin/clinotty bin/magento deploy:mode:set developer