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

also remove extra-php_dependencies package in remove script

This commit is contained in:
Robles Rodolphe 2020-11-05 00:00:36 +01:00
parent a8b14f5e69
commit ad6d067558

View file

@ -41,8 +41,9 @@ ynh_remove_nginx_config
ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=2
# Remove the dedicated php-fpm config
ynh_remove_fpm_config
ynh_remove_fpm_config --package="$extra_php_dependencies"
#=================================================
#=================================================
# GENERIC FINALIZATION
#=================================================