domain_idn argument defenition

This commit is contained in:
Serghey Rodin 2011-06-30 01:00:27 +03:00
commit 0c30b54f92
13 changed files with 26 additions and 13 deletions

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
template="${3-default}"
default_extentions="jpg,jpeg,gif,png,ico,css,zip,tgz,gz,rar,bz2,doc,xls,exe,\
pdf,ppt,txt,tar,wav,bmp,rtf,js,mp3,avi,mpeg"

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
ip="$3"
# Importing variables

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
tpl_option="$3"
# Importing variables

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
key=$(echo "$3"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
# Importing variables

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
key=$(echo "$3"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
# Importing variables

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
format="${3-shell}"
limit="${4-1000}"
offset="${5-1}"

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
format="${3-shell}"
# Importing variables

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf

View file

@ -7,7 +7,8 @@
# Argument defenition
user="$1"
domain="$2"
domain=$(idn -t --quiet -u "$2" )
domain_idn=$(idn -t --quiet -a "$domain")
# Importing variables
source $VESTA/conf/vars.conf