From 6e79d17ec0289815becb80821c741309f35adaff Mon Sep 17 00:00:00 2001 From: lapuh Date: Tue, 28 Mar 2017 14:25:03 +0300 Subject: [PATCH] Update v-rebuild-web-domains --- bin/v-rebuild-web-domains | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-rebuild-web-domains b/bin/v-rebuild-web-domains index fafcf602..0ffefc5c 100755 --- a/bin/v-rebuild-web-domains +++ b/bin/v-rebuild-web-domains @@ -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