We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740a321 commit c3fb6c7Copy full SHA for c3fb6c7
1 file changed
matrix/rootfs/etc/cont-init.d/synapse.sh
@@ -6,7 +6,7 @@
6
readonly CONF="/config/matrix.yaml"
7
declare server_name
8
9
-mv /opt/riot/config.sample.json config.json
+mv /opt/riot/config.sample.json /opt/riot/config.json
10
11
if ! bashio::config.has_value 'server_name'; then
12
bashio::log.fatal
0 commit comments