|
@@ -90,8 +90,8 @@ prepare_web_backend() {
|
|
|
if [ -d "/etc/php5/fpm/pool.d" ]; then
|
|
if [ -d "/etc/php5/fpm/pool.d" ]; then
|
|
|
pool="/etc/php5/fpm/pool.d"
|
|
pool="/etc/php5/fpm/pool.d"
|
|
|
fi
|
|
fi
|
|
|
- if [ -d "/etc/php/fpm/pool.d" ]; then
|
|
|
|
|
- pool="/etc/php/fpm/pool.d"
|
|
|
|
|
|
|
+ if [ -d "/etc/php/7.0/fpm/pool.d" ]; then
|
|
|
|
|
+ pool="/etc/php/7.0/fpm/pool.d"
|
|
|
fi
|
|
fi
|
|
|
if [ ! -e "$pool" ]; then
|
|
if [ ! -e "$pool" ]; then
|
|
|
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
|
|
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
|