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

Commit

Permalink
🚑 Move default config to correct location (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommatheussen authored and timmo001 committed Aug 4, 2019
1 parent 740a321 commit c3fb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/rootfs/etc/cont-init.d/synapse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
readonly CONF="/config/matrix.yaml"
declare server_name

mv /opt/riot/config.sample.json config.json
mv /opt/riot/config.sample.json /opt/riot/config.json

if ! bashio::config.has_value 'server_name'; then
bashio::log.fatal
Expand Down

0 comments on commit c3fb6c7

Please sign in to comment.