mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Fix backward compatibility tests³
This commit is contained in:
parent
d3c04624d8
commit
54ace7c435
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ if [ -z ${registration:-} ]; then
|
|||
fi
|
||||
else
|
||||
ynh_app_setting_delete --app=$app --key=registration
|
||||
if [[ $registration == *"rue" ]]
|
||||
if [[ $registration == *"rue" || $registration -eq 1 ]]
|
||||
then
|
||||
registration_disabled="false"
|
||||
really_enable_open_registration="--really-enable-open-registration"
|
||||
|
|
Loading…
Add table
Reference in a new issue