mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
typo
This commit is contained in:
parent
daebb34beb
commit
4e7e853da6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ get_registration_disabled() {
|
||||||
}
|
}
|
||||||
|
|
||||||
set__registration_disabled() {
|
set__registration_disabled() {
|
||||||
if [ $registration_disabled ]
|
if [ $registration_disabled -eq "1" ]
|
||||||
then
|
then
|
||||||
really_enable_open_registration=""
|
really_enable_open_registration=""
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue