Skip to content

Commit 31e6c3f

Browse files
committed
full path to rebuild script
1 parent 6365fe9 commit 31e6c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upd/convert-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if [ -e "$TPL/nginx" ]; then
130130
if [ "$triggered" = 'yes' ]; then
131131
# Rebuild web domains
132132
for user in $(ls $VESTA/data/users); do
133-
v-rebuild-web-domains $user no
133+
/usr/local/vesta/bin/v-rebuild-web-domains $user no
134134
done
135135

136136
# Restart proxy

0 commit comments

Comments
 (0)