|
|
@@ -43,7 +43,7 @@ is_object_unsuspended 'web' 'DOMAIN' "$domain"
|
|
|
#----------------------------------------------------------#
|
|
|
|
|
|
# Defining pool directory
|
|
|
-pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
|
|
|
+pool=$(find -L /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
|
|
|
if [ ! -e "$pool" ]; then
|
|
|
check_result $E_NOTEXIST "php-fpm pool doesn't exist"
|
|
|
fi
|