Explorar el Código

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

Mark Shust hace 4 años
padre
commit
8aada97708
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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