mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 21:24:27 +02:00
Add some explanations about the new scripts
This commit is contained in:
parent
817a2f4a52
commit
cd46a5650a
3 changed files with 21 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/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}]
|
||||
|
||||
<?php
|
||||
$timeout = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue