2
0
Эх сурвалжийг харах

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

Mark Shust 4 жил өмнө
parent
commit
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