updated text from @savant

This commit is contained in:
Josh Cohen
2015-04-18 05:38:23 +00:00
parent 30f9ab740d
commit e33d17b7dd

View File

@@ -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