mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -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
|
if [ "$triggered" = 'yes' ]; then
|
||||||
# Rebuild web domains
|
# Rebuild web domains
|
||||||
for user in $(ls $VESTA/data/users); do
|
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
|
done
|
||||||
|
|
||||||
# Restart proxy
|
# Restart proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue