mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Corrected spelling mistakes
This commit is contained in:
parent
95aab70c3e
commit
9189ca9488
335 changed files with 408 additions and 408 deletions
|
@ -5,7 +5,7 @@
|
|||
# The function adds ip address into a system. It also creates rc scripts. You
|
||||
# can specify ip name which will be used as root domain for temporary aliases.
|
||||
# For example, if you set a1.myhosting.com as name, each new domain created on
|
||||
# this ip will automaticaly receive alias $domain.a1.myhosting.com. Of course
|
||||
# this ip will automatically receive alias $domain.a1.myhosting.com. Of course
|
||||
# you must have wildcard record *.a1.myhosting.com pointed to ip. This feature
|
||||
# is very handy when customer wants to test domain before dns migration.
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
# Variable&Function #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Argument defenition
|
||||
# Argument definition
|
||||
ip=${1// /}
|
||||
netmask=$2
|
||||
interface="${3-eth0}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue