mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
replace "\# with "#
This commit is contained in:
parent
74c213b3d2
commit
154ca11d00
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ allowed_local_3pids_email="'^[^@]+@""matrix""\.org$'"
|
|||
allowed_local_3pids_msisdn="'\+33'"
|
||||
allow_guest_access="false"
|
||||
default_identity_server="https://matrix.org"
|
||||
auto_join_rooms="\#auto_join_room:""$server_name"
|
||||
auto_join_rooms="#auto_join_room:""$server_name"
|
||||
autocreate_auto_join_rooms="false"
|
||||
auto_join_rooms_for_guests="true"
|
||||
password_enabled="true"
|
||||
|
|
|
@ -303,7 +303,7 @@ then
|
|||
fi
|
||||
if [ -z "$auto_join_rooms" ]
|
||||
then
|
||||
auto_join_rooms="\#auto_join_room:""$server_name"
|
||||
auto_join_rooms="#auto_join_room:""$server_name"
|
||||
ynh_app_setting_set --app=$app --key=auto_join_rooms --value=$auto_join_rooms
|
||||
fi
|
||||
if [ -z "$autocreate_auto_join_rooms" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue