File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# info: add web domain
3- # options: USER DOMAIN [IP] [ALIASES] [PROXY_EXTENTIONS ] [RESTART]
3+ # options: USER DOMAIN [IP] [ALIASES] [PROXY_EXTENSIONS ] [RESTART]
44#
55# The function adds virtual host to a server. In cases when ip is
66# undefined in the script, "default" template will be used. The alias of
@@ -55,7 +55,7 @@ source $VESTA/conf/vesta.conf
5555# ----------------------------------------------------------#
5656
5757is_system_enabled " $WEB_SYSTEM " ' WEB_SYSTEM'
58- check_args ' 2' " $# " ' USER DOMAIN [IP] [RESTART] [ALIASES] [PROXY_EXTENTIONS ]'
58+ check_args ' 2' " $# " ' USER DOMAIN [IP] [RESTART] [ALIASES] [PROXY_EXTENSIONS ]'
5959is_format_valid ' user' ' domain' ' aliases' ' ip' ' proxy_ext'
6060is_object_valid ' user' ' USER' " $user "
6161is_object_unsuspended ' user' ' USER' " $user "
You can’t perform that action at this time.
0 commit comments