mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
Ensure pool.d folders after template changes
This commit is contained in:
parent
3c17e159a1
commit
9c04bb8417
1 changed files with 4 additions and 0 deletions
|
@ -225,6 +225,10 @@ add_web_config() {
|
|||
$user $domain $local_ip $HOMEDIR \
|
||||
$HOMEDIR/$user/web/$domain/public_html
|
||||
fi
|
||||
|
||||
if [[ "$2" =~ ^PHP-FPM ]]; then
|
||||
ensure_poold_folders_not_empty
|
||||
fi
|
||||
}
|
||||
|
||||
# Get config top and bottom line number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue