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