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
|
@ -12,7 +12,7 @@
|
|||
# Variable&Function #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Argument defenition
|
||||
# Argument definition
|
||||
user=$1
|
||||
domain=$(idn -t --quiet -u "$2" )
|
||||
domain=$(echo $domain | tr '[:upper:]' '[:lower:]')
|
||||
|
@ -101,7 +101,7 @@ fi
|
|||
# Vesta #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Upddate counters
|
||||
# Update counters
|
||||
records="$(wc -l $USER_DATA/dns/$domain.conf | cut -f1 -d ' ')"
|
||||
update_object_value 'dns' 'DOMAIN' "$domain" '$RECORDS' "$records"
|
||||
increase_user_value "$user" '$U_DNS_RECORDS'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue