Skip to content

Commit 9b66c72

Browse files
authored
Fixed typo
Closes hestiacp#444
1 parent 29e0083 commit 9b66c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-web-domain

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

5757
is_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]'
5959
is_format_valid 'user' 'domain' 'aliases' 'ip' 'proxy_ext'
6060
is_object_valid 'user' 'USER' "$user"
6161
is_object_unsuspended 'user' 'USER' "$user"

0 commit comments

Comments
 (0)