updates/fluffychat: patch homeserver default

This commit is contained in:
Milan 2025-02-24 09:59:47 +01:00
parent d67e10b988
commit 45bbda95b8

View File

@ -21,6 +21,7 @@ if [[ ! $release == $current ]]
echo
echo ">>> syncing $tmpdir/build/ to $deploydir/"
rsync -aAX --delete --exclude="config.json" $tmpdir/build/ $deploydir/build/
sed -i "s/\"matrix.org/\"$homeserver/g" $deploydir/build/web/main.dart.js
echo ">>> clearing tmpdir of any .gz and build/"
rm -r $tmpdir/{build,*.gz}