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
782d3767a6
commit
9d9854340a
1 changed files with 8 additions and 0 deletions
|
@ -67,6 +67,14 @@ if ynh_legacy_permissions_exists; then
|
||||||
ynh_app_setting_delete --app=$app --key=is_public
|
ynh_app_setting_delete --app=$app --key=is_public
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Upgrade from <12.110.1~ynh1:
|
||||||
|
if ynh_compare_current_package_version --comparison lt --version 12.110.1~ynh1
|
||||||
|
then
|
||||||
|
# declaration of new parameters
|
||||||
|
client_max_body_size="80M"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue