Browse Source

Updated verbiage in setup on how to start cron

Mark Shust 3 years ago
parent
commit
c3ba47d223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/setup

+ 1 - 1
compose/bin/setup

@@ -89,7 +89,7 @@ bin/clinotty bin/magento cache:flush
 echo "Ensuring Composer auth.json is setup..."
 bin/setup-composer-auth
 
-echo "Installing cron (see docker-compose.yml to enable)..."
+echo "Installing cron, run 'bin/cron start' to enable..."
 bin/magento cron:install
 
 echo "Turning on developer mode.."