mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Be coherent on default value between install/upgrade
This commit is contained in:
parent
9cdcf07c2b
commit
3bb953b0c1
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ then
|
|||
fi
|
||||
if [ -z "${auto_join_rooms:-}" ]
|
||||
then
|
||||
auto_join_rooms="#auto_join_room:""$server_name"
|
||||
auto_join_rooms=""
|
||||
ynh_app_setting_set --app=$app --key=auto_join_rooms --value=$auto_join_rooms
|
||||
fi
|
||||
if [ -z "${autocreate_auto_join_rooms:-}" ]
|
||||
|
|
Loading…
Reference in a new issue