1
0
Fork 0

fix missing output colors

This commit is contained in:
Christian Winther 2024-01-17 14:48:02 +00:00
parent 3a7fd8eac9
commit 9ad04a285a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}