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 535f286 commit aabbcaeCopy full SHA for aabbcae
bin/v-rebuild-web-domains
@@ -50,15 +50,15 @@ if [ ! -z "$WEB_BACKEND" ]; then
50
prepare_web_backend
51
rm -f $pool/$backend_type.conf
52
else
53
- for domain in $(v-list-web-domains $user plain |cut -f 1); do
+ for domain in $($BIN/v-list-web-domains $user plain |cut -f 1); do
54
55
56
done
57
fi
58
59
60
# Starting rebuild loop for each web domain
61
-for domain in $(v-list-web-domains $user plain |cut -f 1); do
+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
0 commit comments