mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
longer entrypoint bars
This commit is contained in:
parent
3598f9f8f4
commit
f2b28ece6e
1 changed files with 4 additions and 4 deletions
|
@ -58,9 +58,9 @@ find "${ENTRYPOINT_D_ROOT}" -follow -type f -print | sort -V | while read -r fil
|
||||||
log-error-and-exit "File [${file}] is not executable (please 'chmod +x' it)"
|
log-error-and-exit "File [${file}] is not executable (please 'chmod +x' it)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log-info "${section_message_color}========================================${color_clear}"
|
log-info "${section_message_color}============================================================${color_clear}"
|
||||||
log-info "${section_message_color}Sourcing [${file}]${color_clear}"
|
log-info "${section_message_color}Sourcing [${file}]${color_clear}"
|
||||||
log-info "${section_message_color}========================================${color_clear}"
|
log-info "${section_message_color}============================================================${color_clear}"
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
source "${file}"
|
source "${file}"
|
||||||
|
@ -76,9 +76,9 @@ find "${ENTRYPOINT_D_ROOT}" -follow -type f -print | sort -V | while read -r fil
|
||||||
log-error-and-exit "File [${file}] is not executable (please 'chmod +x' it)"
|
log-error-and-exit "File [${file}] is not executable (please 'chmod +x' it)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log-info "${section_message_color}========================================${color_clear}"
|
log-info "${section_message_color}============================================================${color_clear}"
|
||||||
log-info "${section_message_color}Executing [${file}]${color_clear}"
|
log-info "${section_message_color}Executing [${file}]${color_clear}"
|
||||||
log-info "${section_message_color}========================================${color_clear}"
|
log-info "${section_message_color}============================================================${color_clear}"
|
||||||
|
|
||||||
"${file}"
|
"${file}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue