1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-05-02 22:32:54 +02:00
parent a1145a917c
commit 8caad9004f

View file

@ -46,6 +46,13 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
#=================================================
# GENERIC FINALIZATION
#=================================================
ynh_script_progression --message="Removing install.php" --weight=1
ynh_secure_remove "$final_path/install.php"
#=================================================
# END OF SCRIPT
#=================================================