mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Restoring php-fpm pool.d conf files
This commit is contained in:
parent
ca76e2bc8c
commit
c93345f669
1 changed files with 6 additions and 0 deletions
|
@ -440,6 +440,12 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
|
|||
find $HOMEDIR/$user/web/$domain/ -user $old_uid \
|
||||
-exec chown -h $user:$user {} \;
|
||||
fi
|
||||
|
||||
# Restoring php-fpm pool.d conf files
|
||||
if [ -d "$tmpdir/web/$domain/php" ]; then
|
||||
cp -r $tmpdir/web/$domain/php/ /etc/
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
# Adding user to traff queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue