From 15a7967f474be96d27381ecb739ac4ae09d243e9 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 15 Sep 2020 20:53:26 +0200 Subject: [PATCH] Epic bugfix --- data/helpers.d/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/php b/data/helpers.d/php index 489c448a8..c538d8688 100644 --- a/data/helpers.d/php +++ b/data/helpers.d/php @@ -219,7 +219,7 @@ ynh_add_fpm_config () { if [ -e "../conf/php-fpm.ini" ] then - ynh_print_warn -message="Packagers ! Please do not use a separate php ini file, merge your directives in the pool file instead." + ynh_print_warn --message="Packagers ! Please do not use a separate php ini file, merge your directives in the pool file instead." finalphpini="$fpm_config_dir/conf.d/20-$app.ini" ynh_backup_if_checksum_is_different "$finalphpini" cp ../conf/php-fpm.ini "$finalphpini"