Skip to content

Commit

Permalink
Fix "The input device is not a TTY" error during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Dec 5, 2021
1 parent d32dcf0 commit 8aada97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aada97

Please sign in to comment.