We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f48c8 commit 6e79d17Copy full SHA for 6e79d17
bin/v-rebuild-web-domains
@@ -61,7 +61,7 @@ fi
61
for domain in $($BIN/v-list-web-domains $user plain |cut -f 1); do
62
if [ ! -z "$WEB_BACKEND" ]; then
63
template=$(get_object_value 'web' 'DOMAIN' "$domain" '$BACKEND')
64
- $BIN/v-add-web-domain-backend $user $domain $template
+ $BIN/v-add-web-domain-backend $user $domain $template $restart
65
fi
66
rebuild_web_domain_conf
67
done
0 commit comments