1
0
Fork 0
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:
tituspijean 2023-08-26 15:04:23 +00:00
parent d3c04624d8
commit 54ace7c435

View file

@ -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"