kopia lustrzana https://github.com/pixelfed/pixelfed
cleanup color output
rodzic
a4646df8f2
commit
3feb93b034
|
@ -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}"
|
||||
|
|
Ładowanie…
Reference in New Issue