mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix is_public variable
This commit is contained in:
parent
11734b787a
commit
cc4c35b183
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ password=$YNH_APP_ARG_PASSWORD
|
||||||
registration=$YNH_APP_ARG_REGISTRATION
|
registration=$YNH_APP_ARG_REGISTRATION
|
||||||
registration_approval=$YNH_APP_ARG_REGISTRATION_APPROVAL
|
registration_approval=$YNH_APP_ARG_REGISTRATION_APPROVAL
|
||||||
registration_reason=$YNH_APP_ARG_REGISTRATION_REASON
|
registration_reason=$YNH_APP_ARG_REGISTRATION_REASON
|
||||||
|
is_public=1
|
||||||
|
|
||||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
### 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
|
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||||
|
@ -79,6 +80,7 @@ ynh_app_setting_set --app=$app --key=password --value=$password
|
||||||
ynh_app_setting_set --app=$app --key=registration --value=$registration
|
ynh_app_setting_set --app=$app --key=registration --value=$registration
|
||||||
ynh_app_setting_set --app=$app --key=registration_approval --value=$registration_approval
|
ynh_app_setting_set --app=$app --key=registration_approval --value=$registration_approval
|
||||||
ynh_app_setting_set --app=$app --key=registration_reason --value=$registration_reason
|
ynh_app_setting_set --app=$app --key=registration_reason --value=$registration_reason
|
||||||
|
ynh_app_setting_set --app=$app --key=$is_public --value=$is_public
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD MODIFICATIONS
|
# STANDARD MODIFICATIONS
|
||||||
|
|
Loading…
Reference in a new issue