remove spurious "y"

This commit is contained in:
Girish Ramakrishnan
2020-05-23 08:49:14 -07:00
parent 2cc55a07fa
commit a1177f3455

View File

@@ -31,7 +31,6 @@ if [[ ! -f /app/data/configs/homeserver.yaml ]]; then
yq w -i /app/data/configs/homeserver.yaml auto_join_rooms "[]"
yq w -i /app/data/configs/homeserver.yaml auto_join_rooms\[0\] "#discuss:${server_name}"
y
fi
echo "==> Configuring synapse"