mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 19:25:51 +02:00
mysql is default type
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Argument defenition
|
||||
type=$1
|
||||
type=${1-mysql}
|
||||
format=${2-shell}
|
||||
|
||||
# Includes
|
||||
@@ -22,7 +22,7 @@ source $VESTA/func/main.sh
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Checking args
|
||||
check_args '1' "$#" 'TYPE [FORMAT]'
|
||||
#check_args '1' "$#" 'TYPE [FORMAT]'
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user