From 1923d27238bd9bb855c9c1e4b09b534a5320f39e Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 24 May 2017 11:03:48 -0700 Subject: [PATCH] Mysql check still doesn't work. --- core/assets/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assets/run.sh b/core/assets/run.sh index ba5fe87..2b09d6b 100755 --- a/core/assets/run.sh +++ b/core/assets/run.sh @@ -28,7 +28,7 @@ function wait_for_postgres () { # If the $DATABASE_URL is defined and is postgres, check if it is available # yet. Do not start the container before the postgresql boots up. # -# If the $DATABASE_URL is defined and is mysql, check if the database is +# TODO: If the $DATABASE_URL is defined and is mysql, check if the database is # available before the container boots up. # # TODO: Check the database type and detect if it is up based on that. For now,