소스 검색

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