瀏覽代碼

fix configuration loading before referencing config

Christian Winther 1 年之前
父節點
當前提交
8672453596
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docker/shared/root/docker/entrypoint.d/11-first-time-setup.sh

+ 2 - 1
docker/shared/root/docker/entrypoint.d/11-first-time-setup.sh

@@ -6,6 +6,8 @@ source "${ENTRYPOINT_ROOT}/helpers.sh"
 
 entrypoint-set-script-name "$0"
 
+load-config-files
+
 # Allow automatic applying of outstanding/new migrations on startup
 : "${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
 fi
 
-load-config-files
 await-database-ready
 
 # Following https://docs.pixelfed.org/running-pixelfed/installation/#one-time-setup-tasks