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:
parent
f90d873e67
commit
0bd5c54d7f
1 changed files with 1 additions and 8 deletions
|
@ -68,14 +68,7 @@ if ynh_legacy_permissions_exists; then
|
|||
fi
|
||||
|
||||
|
||||
# Upgrade from <= 12.110.1~ynh1:
|
||||
if ynh_compare_current_package_version --comparison le --version 12.110.1~ynh1
|
||||
then
|
||||
# declaration of new parameters
|
||||
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
|
||||
client_max_body_size="80M"
|
||||
|
||||
#=================================================
|
||||
# STANDARD UPGRADE STEPS
|
||||
|
|
Loading…
Add table
Reference in a new issue