Fix config file path. Simplify greentext patch
This commit is contained in:
@@ -34,7 +34,8 @@
|
|||||||
"feature_rust_crypto": "disable",
|
"feature_rust_crypto": "disable",
|
||||||
"feature_ask_to_join": "enable",
|
"feature_ask_to_join": "enable",
|
||||||
"feature_notifications": "enable",
|
"feature_notifications": "enable",
|
||||||
"feature_new_room_list": "disable"
|
"feature_new_room_list": "disable",
|
||||||
|
"feature_room_list_sections": "enable"
|
||||||
},
|
},
|
||||||
"default_federate": true,
|
"default_federate": true,
|
||||||
"default_theme": "dark",
|
"default_theme": "dark",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -17,4 +17,4 @@
|
|||||||
|
|
||||||
echo "Replacing config file..."
|
echo "Replacing config file..."
|
||||||
|
|
||||||
cp -f "./files/config.json" "${1}"/config.sample.json
|
cp -f "./files/config.json" "${1}"/apps/web/config.sample.json
|
||||||
|
|||||||
Reference in New Issue
Block a user