Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit c3fb6c7

Browse files
Tommatheussentimmo001
authored andcommitted
🚑 Move default config to correct location (#28)
1 parent 740a321 commit c3fb6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

matrix/rootfs/etc/cont-init.d/synapse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
readonly CONF="/config/matrix.yaml"
77
declare server_name
88

9-
mv /opt/riot/config.sample.json config.json
9+
mv /opt/riot/config.sample.json /opt/riot/config.json
1010

1111
if ! bashio::config.has_value 'server_name'; then
1212
bashio::log.fatal

0 commit comments

Comments
 (0)