mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
fix configuration loading before referencing config
This commit is contained in:
parent
347ac6f82b
commit
8672453596
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,8 @@ source "${ENTRYPOINT_ROOT}/helpers.sh"
|
||||||
|
|
||||||
entrypoint-set-script-name "$0"
|
entrypoint-set-script-name "$0"
|
||||||
|
|
||||||
|
load-config-files
|
||||||
|
|
||||||
# Allow automatic applying of outstanding/new migrations on startup
|
# Allow automatic applying of outstanding/new migrations on startup
|
||||||
: "${DOCKER_APP_RUN_ONE_TIME_SETUP_TASKS:=1}"
|
: "${DOCKER_APP_RUN_ONE_TIME_SETUP_TASKS:=1}"
|
||||||
|
|
||||||
|
@ -16,7 +18,6 @@ if is-false "${DOCKER_APP_RUN_ONE_TIME_SETUP_TASKS}"; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
load-config-files
|
|
||||||
await-database-ready
|
await-database-ready
|
||||||
|
|
||||||
# Following https://docs.pixelfed.org/running-pixelfed/installation/#one-time-setup-tasks
|
# Following https://docs.pixelfed.org/running-pixelfed/installation/#one-time-setup-tasks
|
||||||
|
|
Loading…
Reference in a new issue