Skip to content

Commit e50db53

Browse files
committed
0.9.0pre
1 parent fdf8adb commit e50db53

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ COPY LICENSE /usr/src/container/LICENSE
3030
COPY README.md /usr/src/container/README.md
3131

3232
ENV \
33+
CONTAINER_ENABLE_SCHEDULING=TRUE \
3334
IMAGE_NAME="nfrastack/synapse" \
3435
IMAGE_REPO_URL="https://github.com/nfrastack/container-synapse/"
3536

rootfs/container/functions/10-synapse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ synapse_autogenerate_appservice() {
77
sudo -Eu synapse yq -i '
88
del(.app_service_config_files)
99
' "${CONFIG_PATH%/}"/appservices.yaml
10-
for appservice in ${APPSERVICE_PATH}/*.y* ; do
10+
for appservice in ${APPSERVICE_PATH%/}/*.y* ; do
1111
export NFRA_APPSERVICE=${appservice}
1212
sudo -Eu synapse yq -i '
1313
.app_service_config_files += [env(NFRA_APPSERVICE)]

0 commit comments

Comments
 (0)