mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
cleanup color output
This commit is contained in:
parent
a4646df8f2
commit
3feb93b034
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ find "${ENTRYPOINT_D_ROOT}" -follow -type f -print | sort -V | while read -r fil
|
|||
fi
|
||||
|
||||
log-info ""
|
||||
log-info "${notice_message_color}Sourcing [${file}]${color_clear}"
|
||||
log-info "Sourcing [${file}]"
|
||||
log-info ""
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
|
@ -77,7 +77,7 @@ find "${ENTRYPOINT_D_ROOT}" -follow -type f -print | sort -V | while read -r fil
|
|||
fi
|
||||
|
||||
log-info ""
|
||||
log-info "${notice_message_color}Executing [${file}]${color_clear}"
|
||||
log-info "Executing [${file}]"
|
||||
log-info ""
|
||||
|
||||
"${file}"
|
||||
|
|
Loading…
Reference in a new issue