Explorar o código

missing domain argument

Serghey Rodin %!s(int64=13) %!d(string=hai) anos
pai
achega
d83d960cdf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-add-domain

+ 1 - 1
bin/v-add-domain

@@ -61,7 +61,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
     $BIN/v-add-web-domain $user $domain $ip
     $BIN/v-add-web-domain $user $domain $ip
     retun_code=$?
     retun_code=$?
     if [ "$PROXY_SYSTEM" = 'nginx' ] && [ "$retun_code" -eq 0 ]; then
     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
 fi
 fi