[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:
parent
9c9dc61ed6
commit
16ffa08a1a
|
|
@ -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
|
||||
#########################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#########################
|
||||
|
|
|
|||
Loading…
Reference in New Issue