From 52db1b9e75b5f2c93a760cd8c02bee48bcf9e0f8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 13 Jul 2017 17:44:41 +0200 Subject: [PATCH] Use php56 instead of php71 --- root/etc/e-smith/templates/etc/e-smith/sql/init/dl | 2 +- .../templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15Dl | 2 +- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl | 2 +- .../php71 => opt/remi/php56/root/etc}/php-fpm.d/www.conf/15Dl | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename root/etc/e-smith/templates/{etc/opt/remi/php71 => opt/remi/php56/root/etc}/php-fpm.d/www.conf/15Dl (100%) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/dl b/root/etc/e-smith/templates/etc/e-smith/sql/init/dl index f408e9d..ef01c61 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/dl +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/dl @@ -11,7 +11,7 @@ if [ ! -d /var/lib/mysql/$db ]; then /usr/bin/mysql -e 'create database $db' /usr/bin/mysql $db < $dbstruct else - su -s /bin/bash - www -c "cd /usr/share/dl/include/scripts && /usr/bin/php71 ./dbupgrade.php" + su -s /bin/bash - www -c "cd /usr/share/dl/include/scripts && /usr/bin/php56 ./dbupgrade.php" fi /usr/bin/mysql < - SetHandler "proxy:unix:/var/run/php-fpm/php71-dl.sock|fcgi://localhost" + SetHandler "proxy:unix:/var/run/php-fpm/php56-dl.sock|fcgi://localhost" _EOF } diff --git a/root/etc/e-smith/templates/etc/opt/remi/php71/php-fpm.d/www.conf/15Dl b/root/etc/e-smith/templates/opt/remi/php56/root/etc/php-fpm.d/www.conf/15Dl similarity index 100% rename from root/etc/e-smith/templates/etc/opt/remi/php71/php-fpm.d/www.conf/15Dl rename to root/etc/e-smith/templates/opt/remi/php56/root/etc/php-fpm.d/www.conf/15Dl