mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
full path to rebuild script
This commit is contained in:
parent
6365fe984d
commit
31e6c3f9eb
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if [ -e "$TPL/nginx" ]; then
|
|||
if [ "$triggered" = 'yes' ]; then
|
||||
# Rebuild web domains
|
||||
for user in $(ls $VESTA/data/users); do
|
||||
v-rebuild-web-domains $user no
|
||||
/usr/local/vesta/bin/v-rebuild-web-domains $user no
|
||||
done
|
||||
|
||||
# Restart proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue