Jelajahi Sumber

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

Mark Shust 4 tahun lalu
induk
melakukan
8aada97708
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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