From 11be31d601524492ee59bf54ebab011329676e4f Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sun, 2 Feb 2020 22:27:05 +0100 Subject: [PATCH] Fix wait-for-connection script comment --- bin/wait-for-connection | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bin/wait-for-connection b/bin/wait-for-connection index eeb9ba980d..3b4902d1c4 100755 --- a/bin/wait-for-connection +++ b/bin/wait-for-connection @@ -1,11 +1,14 @@ #!/usr/bin/php -# -# This script tries to connect to a database for a given interval -# Useful in case of installation e.g. to wait for the database to not generate unnecessary errors -# -# Usage: php bin/wait-for-connection {HOST} {PORT} [{TIMEOUT}]