php on ubuntu 16.04

This commit is contained in:
Serghey Rodin 2016-11-22 22:06:49 +02:00
commit ae4994cd61
2 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,9 @@ fi
if [ -d "/etc/php5/fpm/pool.d" ]; then
pool="/etc/php5/fpm/pool.d"
fi
if [ -d "/etc/php/fpm/pool.d" ]; then
pool="/etc/php/fpm/pool.d"
fi
if [ ! -e "$pool" ]; then
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
if [ ! -e "$pool" ]; then