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:00:40 +02:00 committed by GitHub
parent 782d3767a6
commit 9d9854340a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#================================================= #=================================================