fix: /tmp/element-web-config may already exist preventing the container from booting up (#29372) (#29377)

* fix: /tmp/element-web-config may already exist preventing the container from booting up

* Update docker/docker-entrypoint.d/18-load-element-modules.sh

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
(cherry picked from commit 45497905be)

Co-authored-by: Itay Grudev <itay+github.com@grudev.com>
This commit is contained in:
ElementRobot
2025-02-27 12:41:59 +00:00
committed by GitHub
parent 230e26e1ab
commit 808412c6be

View File

@@ -11,7 +11,7 @@ entrypoint_log() {
}
# Copy these config files as a base
mkdir /tmp/element-web-config
mkdir -p /tmp/element-web-config
cp /app/config*.json /tmp/element-web-config/
# If there are modules to be loaded