diff --git a/scripts/_common.sh b/scripts/_common.sh index 9b942c6..ce15208 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -110,6 +110,7 @@ ynh_install_php7 () { ynh_package_update ynh_install_app_dependencies php7.1 php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-mysql php7.1-mbstring php7.1-mcrypt php7.1-zip php7.1-fpm php7.1-bcmath php7.1-intl php7.1-simplexml php7.1-dom php7.1-curl php7.1-gd + service php7.1-fpm restart sudo update-alternatives --install /usr/bin/php php /usr/bin/php5 70 }