Skip to content

Commit

Permalink
[bitnami/openldap] Launch cmd awareness
Browse files Browse the repository at this point in the history
When the debugging is on, show what will actually run

Signed-off-by: Arano-kai <Arano-kai@users.noreply.github.com>
  • Loading branch information
Arano-kai committed Aug 16, 2024
1 parent e6edec9 commit da6ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ done
flags+=("$@")

info "** Starting slapd **"
debug "Startup cmd: ${command}" "${flags[*]}"
exec "${command}" "${flags[@]}"
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ done
flags+=("$@")

info "** Starting slapd **"
debug "Startup cmd: ${command}" "${flags[*]}"
exec "${command}" "${flags[@]}"

0 comments on commit da6ad37

Please sign in to comment.