1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00
This commit is contained in:
Gredin67 2023-07-31 20:29:59 +02:00 committed by GitHub
parent daebb34beb
commit 4e7e853da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ get_registration_disabled() {
}
set__registration_disabled() {
if [ $registration_disabled ]
if [ $registration_disabled -eq "1" ]
then
really_enable_open_registration=""
else