mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Merge pull request #1260 from gohdan/find_symlinks
Add symlink support to find
This commit is contained in:
commit
0c05448e08
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ is_web_alias_new() {
|
|||
|
||||
# Prepare web backend
|
||||
prepare_web_backend() {
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue