mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix var name
This commit is contained in:
parent
3437b00fab
commit
eceb3455e7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ then
|
|||
instance_expose_peers="false"
|
||||
instance_expose_suspended="false"
|
||||
# conversion of old parameters
|
||||
if [ "$accounts_registration_open" = "true" ] || [ "$accounts_registration_open" = "false" ]; then
|
||||
if [ "$registration_open" = "true" ] || [ "$registration_open" = "false" ]; then
|
||||
accounts_registration_open=$registration_open
|
||||
accounts_approval_required=$registration_approval
|
||||
accounts_reason_required=$registration_reason
|
||||
|
|
Loading…
Reference in a new issue