mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
mysql is default type
This commit is contained in:
parent
3c37880346
commit
c10d0481d9
1 changed files with 2 additions and 2 deletions
|
@ -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]'
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue