1
0
Fork 0
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:
Josué Tille 2024-02-29 23:05:29 +01:00
parent 9cdcf07c2b
commit 3bb953b0c1
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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:-}" ]