mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix variables
This commit is contained in:
parent
e76ce0fc7e
commit
9fb6213490
2 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@
|
|||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "registration-approval",
|
||||
"name": "registration_approval",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Registration approval?",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "registration-reason",
|
||||
"name": "registration_reason",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Request registration reason?",
|
||||
|
|
|
@ -29,8 +29,8 @@ admin=$YNH_APP_ARG_ADMIN
|
|||
email=$YNH_APP_ARG_EMAIL
|
||||
password=$YNH_APP_ARG_PASSWORD
|
||||
registration=$YNH_APP_ARG_REGISTRATION
|
||||
registration-approval=$YNH_APP_ARG_REGISTRATION_APPROVAL
|
||||
registration-reason=$YNH_APP_ARG_REGISTRATION_REASON
|
||||
registration_approval=$YNH_APP_ARG_REGISTRATION_APPROVAL
|
||||
registration_reason=$YNH_APP_ARG_REGISTRATION_REASON
|
||||
|
||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||
|
|
Loading…
Reference in a new issue