mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
stdout is already sent to `/dev/null` by `debug_execute` unless `BITNAMI_DEBUG` is true, so this is unnecessary in the default case but also means that it will be swallowed in debug mode, which is undesirable. Signed-off-by: Alexandra Dunn <dunn.alex@gmail.com>