mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
missing domain argument
This commit is contained in:
parent
c42ea979d3
commit
d83d960cdf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
|||
$BIN/v-add-web-domain $user $domain $ip
|
||||
retun_code=$?
|
||||
if [ "$PROXY_SYSTEM" = 'nginx' ] && [ "$retun_code" -eq 0 ]; then
|
||||
$BIN/v-add-web-domain-nginx $user
|
||||
$BIN/v-add-web-domain-nginx $user $domain
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue