mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
fix missing output colors
This commit is contained in:
parent
3a7fd8eac9
commit
9ad04a285a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue