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>