From 599f21b6e7de9c8323e09c49e209575f10d1d019 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 4 Jan 2020 14:13:43 +0100 Subject: [PATCH] Update ynh_install_php__3 --- scripts/ynh_install_php__3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_install_php__3 b/scripts/ynh_install_php__3 index b5f7bda..ca72f7f 100644 --- a/scripts/ynh_install_php__3 +++ b/scripts/ynh_install_php__3 @@ -39,7 +39,7 @@ ynh_install_php () { # Pin this extra repository after packages are installed to prevent sury of doing shit ynh_pin_repo --package="*" --pin="origin \"packages.sury.org\"" 200 --name=extra_php_version - ynh_pin_repo --package="php7.0*" --pin="origin \"packages.sury.org\"" 600 --name=extra_php_version $append + ynh_pin_repo --package="php7.0*" --pin="origin \"packages.sury.org\"" 600 --name=extra_php_version --append # Advertise service in admin panel yunohost service add php${phpversion}-fpm --log "/var/log/php${phpversion}-fpm.log"