mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -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 \
|
find $HOMEDIR/$user/web/$domain/ -user $old_uid \
|
||||||
-exec chown -h $user:$user {} \;
|
-exec chown -h $user:$user {} \;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Restoring php-fpm pool.d conf files
|
||||||
|
if [ -d "$tmpdir/web/$domain/php" ]; then
|
||||||
|
cp -r $tmpdir/web/$domain/php/ /etc/
|
||||||
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Adding user to traff queue
|
# Adding user to traff queue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue