浏览代码

Updated verbiage in setup on how to start cron

Mark Shust 3 年之前
父节点
当前提交
c3ba47d223
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.."