mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-24 21:00:26 +01:00
missing domain argument
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user