[bitnami/openldap] Update `ldap_start_bg` argument description (#69453)

OpenLDAP: Fix `ldap_start_bg` argument description

No functional changes.

Signed-off-by: Christian Blichmann <mail@blichmann.eu>
This commit is contained in:
Christian Blichmann 2024-08-09 08:59:17 +02:00 committed by GitHub
parent 9c9dc61ed6
commit 16ffa08a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -208,7 +208,8 @@ is_ldap_not_running() {
########################
# Start OpenLDAP server in background
# Arguments:
# None
# $1 - max retries. Default: 12
# $2 - sleep between retries (in seconds). Default: 1
# Returns:
# None
#########################

View File

@ -208,7 +208,8 @@ is_ldap_not_running() {
########################
# Start OpenLDAP server in background
# Arguments:
# None
# $1 - max retries. Default: 12
# $2 - sleep between retries (in seconds). Default: 1
# Returns:
# None
#########################