File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ is_object_unsuspended 'web' 'DOMAIN' "$domain"
4343# ----------------------------------------------------------#
4444
4545# Defining pool directory
46- pool=$( find /etc/php* -type d \( -name " pool.d" -o -name " *fpm.d" \) )
46+ pool=$( find -L /etc/php* -type d \( -name " pool.d" -o -name " *fpm.d" \) )
4747if [ ! -e " $pool " ]; then
4848 check_result $E_NOTEXIST " php-fpm pool doesn't exist"
4949fi
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ is_web_alias_new() {
8484
8585# Prepare web backend
8686prepare_web_backend () {
87- pool=$( find /etc/php* -type d \( -name " pool.d" -o -name " *fpm.d" \) )
87+ pool=$( find -L /etc/php* -type d \( -name " pool.d" -o -name " *fpm.d" \) )
8888 if [ ! -e " $pool " ]; then
8989 check_result $E_NOTEXIST " php-fpm pool doesn't exist"
9090 fi
You can’t perform that action at this time.
0 commit comments