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:
parent
e40888d2e4
commit
fe30b33108
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue