forked from mirror/pixelfed
fix missing output colors
This commit is contained in:
parent
3a7fd8eac9
commit
9ad04a285a
|
@ -220,7 +220,7 @@ function log-info-stderr() {
|
|||
fi
|
||||
|
||||
if [ -z "${ENTRYPOINT_QUIET_LOGS:-}" ]; then
|
||||
echo -e "${log_prefix}$msg" >/dev/stderr
|
||||
echo -e "${notice_message_color}${log_prefix}${msg}${color_clear}" >/dev/stderr
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue