From a1177f3455feca661303b4075ae993f7f20c44ac Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 23 May 2020 08:49:14 -0700 Subject: [PATCH] remove spurious "y" --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index afd9c3d..9d14bbd 100755 --- a/start.sh +++ b/start.sh @@ -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"