mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
typo
This commit is contained in:
parent
d156b16ff2
commit
2bc6973f1a
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||||
if [ -z "$appserviceid" ]
|
if [ -z "$appserviceid" ]
|
||||||
then
|
then
|
||||||
appserviceid=$botname
|
appserviceid=$botname
|
||||||
ynh_app_setting_set --app=$app --key=appserviceid --value=$appserviceid
|
ynh_app_setting_set --app=$app --key=appserviceid --value=$appserviceid
|
||||||
fi
|
fi
|
||||||
if [ -z "$displayname" ]
|
if [ -z "$displayname" ]
|
||||||
then
|
then
|
||||||
|
@ -121,7 +121,7 @@ fi
|
||||||
if [ -z "$registration_enabled" ]
|
if [ -z "$registration_enabled" ]
|
||||||
then
|
then
|
||||||
registration_enabled=true
|
registration_enabled=true
|
||||||
ynh_app_setting_set --app=$app --key=registration_enabled --value=$registration_enabled
|
ynh_app_setting_set --app=$app --key=registration_enabled --value=$registration_enabled
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$enable_disappearing_messages_in_groups" ]
|
if [ -z "$enable_disappearing_messages_in_groups" ]
|
||||||
|
|
Loading…
Reference in a new issue