Skip to content
Snippets Groups Projects
Commit 5f870e51 authored by Bob Mottram's avatar Bob Mottram
Browse files

Start and end comments for trusted key servers

parent ede54962
No related branches found
No related tags found
No related merge requests found
Pipeline #75715 failed
......@@ -109,9 +109,10 @@ function set_matrix_trusted_key_servers {
matrix_key_server=$(cat /var/lib/tor/hidden_service_matrix/hostname)
fi
{ echo '';
echo '# Matrix Key Servers';
echo '# Matrix Key Servers start';
echo 'trusted_key_servers:';
echo " - server_name: \"$matrix_key_server\""; } >> $homeserver_config
echo " - server_name: \"$matrix_key_server\"";
echo '# Matrix Key Servers end'; } >> $homeserver_config
systemctl restart matrix
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment