From e33d17b7ddea34f4ae26a3878cced32e6915f5db Mon Sep 17 00:00:00 2001 From: Josh Cohen Date: Sat, 18 Apr 2015 05:38:23 +0000 Subject: [PATCH] updated text from @savant --- plugins/checks/check-deploy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/checks/check-deploy b/plugins/checks/check-deploy index 2961d9677..0d84b55eb 100755 --- a/plugins/checks/check-deploy +++ b/plugins/checks/check-deploy @@ -78,10 +78,9 @@ cleanup() { trap cleanup EXIT if [[ ! -s "${TMPDIR}/CHECKS" ]] ; then - dokku_log_verbose "CHECKS file not found in container:" - dokku_log_verbose "Running simple container check..." - dokku_log_verbose "For more efficient Zero Downtime deployments, tune your CHECKS. See:" - dokku_log_verbose "http://progrium.viewdocs.io/dokku/checks-examples.md for examples" + dokku_log_verbose "For more efficient zero downtime deployments, create a file CHECKS." + dokku_log_verbose "See http://progrium.viewdocs.io/dokku/checks-examples.md for examples" + dokku_log_verbose "CHECKS file not found in container: Running simple container check..." rm -rf $TMPDIR