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@kayou.io>
This commit is contained in:
parent
a62513b0b0
commit
f57b302299
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ ynh_remove_fpm_config () {
|
|||
fi
|
||||
|
||||
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_exec_warn_less ynh_secure_remove --file="$fpm_config_dir/conf.d/20-$app.ini"
|
||||
|
||||
# If the php version used is not the default version for YunoHost
|
||||
if [ "$phpversion" != "$YNH_DEFAULT_PHP_VERSION" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue