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

try change in remove script how remove dependencies to remove tge message 'Unable to locate package garradin-ynh-deps'

This commit is contained in:
Robles Rodolphe 2021-12-19 19:17:01 +01:00
parent e40888d2e4
commit fe30b33108

View file

@ -41,10 +41,10 @@ ynh_remove_nginx_config
ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=2
# Remove the app dependencies installed along with php-fpm
ynh_remove_app_dependencies
# ynh_remove_app_dependencies
# Remove the dedicated PHP-FPM config
ynh_remove_fpm_config
ynh_remove_fpm_config --package="$extra_php_dependencies"
#=================================================
# GENERIC FINALIZATION