Update data/helpers.d/php

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Maniack Crudelis 2020-04-05 23:18:58 +02:00 committed by GitHub
parent 147b249007
commit 195214bdbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ ynh_remove_fpm_config () {
# Remove the dedicated service php-fpm service
ynh_remove_systemd_config --service=$fpm_service
yunohost service remove $fpm_service
ynh_secure_remove --file="$fpm_config_dir/pool.d/$app.conf"
ynh_secure_remove --file="$fpm_config_dir/conf.d/20-$app.ini" 2>&1
}