mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/helpers.d/php
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
147b249007
commit
195214bdbf
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ ynh_remove_fpm_config () {
|
||||||
|
|
||||||
# Remove the dedicated service php-fpm service
|
# Remove the dedicated service php-fpm service
|
||||||
ynh_remove_systemd_config --service=$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/pool.d/$app.conf"
|
||||||
ynh_secure_remove --file="$fpm_config_dir/conf.d/20-$app.ini" 2>&1
|
ynh_secure_remove --file="$fpm_config_dir/conf.d/20-$app.ini" 2>&1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue