1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Update upgrade

This commit is contained in:
Memo 2022-04-24 05:24:45 +02:00 committed by GitHub
parent 53bb6fcdfa
commit 40342e96db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,8 @@ if ynh_compare_current_package_version --comparison lt --version 12.110.1~ynh1
then then
# declaration of new parameters # declaration of new parameters
client_max_body_size="80M" client_max_body_size="80M"
# registration of new parameters
ynh_app_setting_set --app="$app" --key=client_max_body_size --value="$client_max_body_size"
fi fi
#================================================= #=================================================