From 41832bd28a5830c79bc48f6ce12c10848f855019 Mon Sep 17 00:00:00 2001 From: Jin-Guk Kwon Date: Tue, 14 Sep 2021 12:16:01 +0200 Subject: [PATCH] Update manifest for Task#9465 --- type/__ungleich_matrix/manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/type/__ungleich_matrix/manifest b/type/__ungleich_matrix/manifest index 0da4ae0..f7b0d69 100755 --- a/type/__ungleich_matrix/manifest +++ b/type/__ungleich_matrix/manifest @@ -86,6 +86,11 @@ if [ -f "$__object/parameter/register-worker" ]; then export REGISTER_WORKERS fi +if [ -f "$__object/parameter/generic-worker" ]; then + REGISTER_WORKERS=$(cat "$__object/parameter/generic-worker") + export GENERIC_WORKERS +fi + # Generic configuration - shared with all ungleich Matrix deployments. synapse_base_url="https://$synapse_domain"