Fix federated domain plugin loading

pull/55/head
Dan Caseley 2022-07-25 17:02:10 +01:00 committed by Guus der Kinderen
parent f8dd949970
commit 7baa48e888
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ fi
mkdir _data
cp -r xmpp _data/
cp -r plugins _data/
cp -r plugins_for_otherdomain _data/
"${COMPOSE_FILE_COMMAND[@]}" up -d || popd
popd