mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Update v-rebuild-web-domains
This commit is contained in:
parent
26f48c8172
commit
6e79d17ec0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ fi
|
|||
for domain in $($BIN/v-list-web-domains $user plain |cut -f 1); do
|
||||
if [ ! -z "$WEB_BACKEND" ]; then
|
||||
template=$(get_object_value 'web' 'DOMAIN' "$domain" '$BACKEND')
|
||||
$BIN/v-add-web-domain-backend $user $domain $template
|
||||
$BIN/v-add-web-domain-backend $user $domain $template $restart
|
||||
fi
|
||||
rebuild_web_domain_conf
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue