1
0
Fork 0
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:
OniriCorpe 2022-03-14 00:44:51 +01:00
parent 11734b787a
commit cc4c35b183

View file

@ -32,6 +32,7 @@ password=$YNH_APP_ARG_PASSWORD
registration=$YNH_APP_ARG_REGISTRATION
registration_approval=$YNH_APP_ARG_REGISTRATION_APPROVAL
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
### 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_approval --value=$registration_approval
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