mysql is default type

This commit is contained in:
Serghey Rodin 2013-10-25 21:40:13 +03:00
commit c10d0481d9

View file

@ -10,7 +10,7 @@
#----------------------------------------------------------# #----------------------------------------------------------#
# Argument defenition # Argument defenition
type=$1 type=${1-mysql}
format=${2-shell} format=${2-shell}
# Includes # Includes
@ -22,7 +22,7 @@ source $VESTA/func/main.sh
#----------------------------------------------------------# #----------------------------------------------------------#
# Checking args # Checking args
check_args '1' "$#" 'TYPE [FORMAT]' #check_args '1' "$#" 'TYPE [FORMAT]'
#----------------------------------------------------------# #----------------------------------------------------------#